-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Sphinx-1.8.5 is used even if newer Sphinx installed #7816
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
Hi, thanks for reporting, this is because we activated this flag readthedocs.org/readthedocs/doc_builder/backends/sphinx.py Lines 264 to 274 in 96d1170
For some reason sphinx-build uses the newest installed version, but |
I think maybe because setup.py install doesn't remove the old one? Maybe using pip install will solve this. You'll need to use a config file for that, I have commented how to use it here sphinx-doc/sphinx#8666 |
Thank you for disabling it. Now I added a configuration file. It's okay to enable it again. I suppose this is a trouble only for sphinx project. |
I have enabled the feature again, looks like using pip fixed the problem https://readthedocs.org/projects/sphinx/builds/12793774/ |
Details
Thank you for hosting the greatest service! Now I got trouble with the version of Sphinx.
Sphinx-1.8.5 has been used to build our document even if newer Sphinx is installed.
This trouble has been started since Jan 7th. Before that, the expected version of Sphinx had been used.
refs: sphinx-doc/sphinx#8662
Expected Result
The newer version is used to build the document. In my understanding, the newer version of Sphinx was installed on the before step via
setup.py install --force
command.(I confirmed the expected version was used at Jan 6th: https://readthedocs.org/projects/sphinx/builds/12705105/)
Actual Result
The default version Sphinx-1.8.5 is used.
The text was updated successfully, but these errors were encountered: