https://github.com/python/cpython/commit/e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f commit: e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-20T11:20:51Z summary:
GH-99380: Update to Sphinx 7 (#99381) files: M Doc/requirements.txt diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 04334fd5a464d4..118e6c322b4be2 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -6,8 +6,7 @@ # Sphinx version is pinned so that new versions that introduce new warnings # won't suddenly cause build failures. Updating the version is fine as long # as no warnings are raised by doing so. -# PR #104777: Sphinx 6.2 no longer uses imghdr, removed in Python 3.13. -sphinx==6.2.1 +sphinx~=7.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]
