https://github.com/python/cpython/commit/5907cd6829c4b610b71bb3ffe4cb7becd1cc9367 commit: 5907cd6829c4b610b71bb3ffe4cb7becd1cc9367 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-18T23:51:48Z summary:
[3.13] Docs: Upgrade Sphinx to 8.2 (GH-130171) (#130289) Docs: Upgrade Sphinx to 8.2 (GH-130171) (cherry picked from commit 736ad664e0c3be05fad76a764b68ffb700afb612) Co-authored-by: Adam Turner <[email protected]> files: M Doc/requirements.txt diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 32ff8f74d05bb6..2e429f46b43408 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -7,7 +7,7 @@ # won't suddenly cause build failures. Updating the version is fine as long # as no warnings are raised by doing so. # Keep this version in sync with ``Doc/conf.py``. -sphinx~=8.1.0 +sphinx~=8.2.0 blurb _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
