chore: Upgrade theme to 1.9: Sphinx 9, uv, Python 3.11+, Node 22#1576
Merged
dgarcia360 merged 7 commits intomasterfrom Mar 3, 2026
Merged
chore: Upgrade theme to 1.9: Sphinx 9, uv, Python 3.11+, Node 22#1576dgarcia360 merged 7 commits intomasterfrom
dgarcia360 merged 7 commits intomasterfrom
Conversation
9b9bffc to
365b546
Compare
92d3874 to
478e6a2
Compare
This release upgrades the core toolchain: Sphinx 9.x, myst-parser 5.x, Python 3.11+, Node.js 22, and replaces Poetry with uv for dependency management. The bundled sphinx-multiversion extension has been updated for Sphinx 9 compatibility. 1. Install uv first: make setupenv 2. Then set up the environment and build the docs: make setup make preview We'll help projects migrate from 1.8 to 1.9. See the upgrade guide for step-by-step instructions.
478e6a2 to
02d2a97
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
This release upgrades the core toolchain: Sphinx 9.x, myst-parser 5.x, Python 3.11+-3.14, Node.js 22, and replaces Poetry with uv for dependency management.
The bundled sphinx-multiversion extension has been updated for Sphinx 9 compatibility.
How to test
Make sure you are using Python 3.11-3.14:
python --versionInstall uv first:
make setupenvThen build the docs:
Next steps
I'll release a new version and help projects migrate from 1.8 to 1.9. See the upgrade guide for step-by-step instructions.