-
Notifications
You must be signed in to change notification settings - Fork 96
Fix ReadTheDocs Build Errors #297
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
Comments
That wasn't the problem. @scls19fr Do you have any idea? In the "Advanced Settings" menue in RTD admin, I've tried "Install Project" and "Use system packages". I also switch to the "CPython 3.x" interpreter. All to no avail. |
I just came across this issue pypa/pip#9031 opened 5 days ago. It appears to be a bug in pip that happens when installing Sphinx and friends. Maybe downgrading pip would fix it 🤔? |
Actually I read a bit more, and it seems removing Sphinx from the required packages is a good workaround. It should still get installed because the plugins depend on it. |
Thank you very much Thomas! I've opened #299 |
It worked! 🎉 👍 The latest doc is now online! Thanks Thomas! |
Situation
ReadTheDocs.org gives us some strange errors:
Suggested Solution
Fix the problem.
@tlaferriere Thomas, do you know what can be the problem?
The text was updated successfully, but these errors were encountered: