diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2024-07-19 07:58:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 07:58:19 (GMT) |
commit | 420d94312824825a18fa1fd9a36773626a54d97a (patch) | |
tree | d0103184999447e1c58605beaa509f87a1b55d15 /Doc/requirements.txt | |
parent | ac39151a09fc9857e64d7b8f7eff926ec0ba6c0b (diff) | |
download | cpython-420d94312824825a18fa1fd9a36773626a54d97a.zip cpython-420d94312824825a18fa1fd9a36773626a54d97a.tar.gz cpython-420d94312824825a18fa1fd9a36773626a54d97a.tar.bz2 |
Docs: Upgrade Sphinx to 7.4 (#121987)
Diffstat (limited to 'Doc/requirements.txt')
-rw-r--r-- | Doc/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index b47a9d8..98ad52e 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -6,12 +6,12 @@ # 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. -sphinx~=7.3.0 +sphinx~=7.4.0 blurb -sphinxext-opengraph==0.7.5 -sphinx-notfound-page==1.0.0 +sphinxext-opengraph~=0.9.0 +sphinx-notfound-page~=1.0.0 # The theme used by the documentation is stored separately, so we need # to install that as well. |