-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no auto-generated docs #1030
Comments
The latest ReadTheDocs build passed but shows some import errors: https://readthedocs.org/builds/pillow/1906522/ Last "good" build was 1 week, 2 days ago: https://readthedocs.org/builds/pillow/1879312/ The following "bad" build was 1 day, 15 hours ago: https://readthedocs.org/builds/pillow/1903282/ That last "bad" build was from this commit: 8a3302b |
I don't understand. This is last extension build: https://readthedocs.org/builds/pillow/1903313/ (building 'PIL._imaging' extension) @hugovk Thanks for pointing where logs can be found. Can you replace full logs with just a links? They are too long. |
@homm I've replaced the long logs replaced with links. I didn't realise they're publicly viewable, good that they are. I also don't see why it should be failing. @aclark4life @irskep Any ideas? |
Looks like 8a3302b broke |
So, the last "good" build was commit b8d2a55: b8d2a55 is a parent of 8a3302b, and 8a3302b was the first "bad" build: I checked the "good" 8a3302b into a new branch in my repo and created an RTD project for my own repo. Unsurprisingly the latest one failed: But the "good" b8d2a55 commit also failed: Perhaps an RTD environment change? |
Can we split the docs so that pillow.readthedocs.org goes to the latest released docs, for now 2.6.1? |
We can build docs for any branch. I just added 2.6.1, but not as pillow.readthedocs.org because it completely fails (unlike the other passes with ImportError): |
I just upgraded my sphinx (which downloaded some new dependencies as well) and broke it OMM. Reverting to the old sphinx I had (1.2.2) didn't help. |
So, make inplace && make docs works, but not make install && make docs. |
This sounds like an installation issue we worked on a while back. |
The thing that I don't understand is that it's importing Image from within the docs directory, so it should be looking at the installed version, not the version that's in the Pillow source directory. I'm pretty sure that it's something with a sphinx (or a dependency) upgrade, since I was working on docs last week in this install, and the version on the site was similarly working at that point. |
Ah, I just realized that the docs I was building last week were in a copy of my usual vm, which I still have hanging around. So I can probably track down the specific change, once I plug that drive in again. |
If you diff the "good" and "bad" builds above, you can see what's changed in Sphinx and dependencies' upgrades. |
FWIW, this is what I'm getting to the first error:
|
The diff shows that the working one (https://readthedocs.org/builds/pillow/1879312/) already had |
Auto-generated class docs are disappear from documentation. At least for Image.
The text was updated successfully, but these errors were encountered: