executablebooks / meta

A community dedicated to supporting tools for technical and scientific communication and interactive computing

Home Page:https://executablebooks.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sphinx 5 compatibility

pradyunsg opened this issue · comments

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:

Useful links

Rough checklist for each repo

  • Check changelog links above for any relevant changes
  • Uncap the version in setup.py or pyproject.toml in a PR, and re-confirm that the tests pass.
  • Double check the docs to make sure that no obvious problems have been introduced in the end-result.
  • Merge the PR
  • Then make a new release of the repository.
  • Then check that box in the meta-issue
  • And close the meta-issue when all is finished.

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...