-
Notifications
You must be signed in to change notification settings - Fork 170
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
Sphinx 5 compatibility #750
Comments
Thanks for opening this one @pradyunsg - I added a few extra contextual information in case it helps others! |
We should also check the docutils changelog! |
Good point, have updated the top comment further! |
I note that this is still an open issue, and that Sphinx is now at v7.1.2. Are there any upgrade plans, or blockers that require the legacy version of sphinx? A saving grace is perhaps that for folk who use chatgpt to "search" documentation, the chatGPT 2021 cut-off was around about v4... |
Sphinx 5 was recently released, and a lot of our repositories have an upper-bound dependency pin that prevents users from installing it. This is an issue for tracking the removal of this upper bound across our repositories.
Repositories that need to be made Sphinx-5 compatible
We have a bunch of repositories, that contain a pin preventing users from using Sphinx 5. This is a checklist to track upgrading/updating them for Sphinx 5 support:
myst-nb
and many other dependencies jupyter-book/jupyter-book#1842https://github.com/executablebooks/sphinx-panels(deprecated)Useful links
Rough checklist for each repo
setup.py
orpyproject.toml
in a PR, and re-confirm that the tests pass.The text was updated successfully, but these errors were encountered: