https://github.com/python/cpython/commit/c4054f7aa8aff80f4fed1b6af02c9aec79b14c6f commit: c4054f7aa8aff80f4fed1b6af02c9aec79b14c6f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2025-12-01T11:22:05Z summary:
[3.14] Docs: Upgrade Sphinx to 9.0 (GH-142114) (#142128) Co-authored-by: Adam Turner <[email protected]> files: M Doc/requirements.txt diff --git a/Doc/requirements.txt b/Doc/requirements.txt index d5f7b473c3aa84..716772b7f28d99 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.2.0 +sphinx~=9.0.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]
