https://github.com/python/cpython/commit/736ad664e0c3be05fad76a764b68ffb700afb612 commit: 736ad664e0c3be05fad76a764b68ffb700afb612 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-18T23:45:02Z summary:
Docs: Upgrade Sphinx to 8.2 (#130171) 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]
