Skip to content

Docs: Upgrade to Sphinx 7.3 - #118397

Merged
hugovk merged 3 commits into
python:mainfrom
hugovk:docs-upgrade-sphinx
Apr 29, 2024
Merged

Docs: Upgrade to Sphinx 7.3#118397
hugovk merged 3 commits into
python:mainfrom
hugovk:docs-upgrade-sphinx

Conversation

@hugovk

@hugovkhugovk commented Apr 29, 2024

Copy link
Copy Markdown
Member

I also find Sphinx's short options rather cryptic (-q -n -W --keep-going -w), let's prefer the long options introduced in Sphinx 7.3: https://www.sphinx-doc.org/en/master/changes.html#release-7-3-0-released-apr-16-2024

We can't yet use long options for the "Docs (Oldest Sphinx)" CI build, which is testing Sphinx 6.2.1, or in the Makefile which it also uses.


📚 Documentation preview 📚: https://cpython-previews--118397.org.readthedocs.build/

@hugovk
hugovk merged commit 8d4b756 into python:mainApr 29, 2024
@hugovk
hugovk deleted the docs-upgrade-sphinx branch April 29, 2024 17:40
@miss-islington-app

Copy link
Copy Markdown

Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 29, 2024
(cherry picked from commit 8d4b756)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

GH-118400 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.12 only security fixes label Apr 29, 2024
hugovk added a commit that referenced this pull request Apr 29, 2024
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@hugovk@ezio-melotti