diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2024-01-20 11:20:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 11:20:51 (GMT) |
commit | e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f (patch) | |
tree | adb2456bf1dffce8ed6fb4980d80436bf65d5aee | |
parent | 567a85e9c15a3f7848330ae7bef3de2f70fc9f97 (diff) | |
download | cpython-e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f.zip cpython-e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f.tar.gz cpython-e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f.tar.bz2 |
GH-99380: Update to Sphinx 7 (#99381)
-rw-r--r-- | Doc/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 04334fd..118e6c3 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 |