Upgrade Sphinx version to 2.3.1 for Read the Docs
See original GitHub issueWhat’s the problem this feature will solve? The pip documentation says in the footer: “Created using Sphinx 2.2.0.” The Sphinx website says the latest version of Sphinx is 2.3.1.
Describe the solution you’d like
Update the dependency at tools/requirements/docs.txt
so it pins to Sphinx 2.3.1, not sphinx == 2.2.0. Run the tests, see whether the documentation build fails, look at Sphinx’s recent changes to see what to update.
I believe one of the maintainers of the pip project on Read the Docs might also need to log in and fiddle with the preferred version of Sphinx to get things to work right.
Good First Issue: This issue is a good starting point for first time contributors – the process of fixing this should be a good introduction to pip’s development workflow. If you’ve already contributed to pip, work on another issue without this label instead. If there is not a corresponding pull request for this issue, it is up for grabs. For directions for getting set up, see our Getting Started Guide. If you are working on this issue and have questions, feel free to ask them here, #pypa-dev
on Freenode, or the pypa-dev mailing list.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top GitHub Comments
Hello, @pradyunsg #7682 seems to be resolving some other issue, I have made a pull request please review and let me know.
Indeed! I linked to the wrong PR – https://github.com/pypa/pip/pull/7681 was the one I’d intended to link to.