]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] GH-99380: Update to Sphinx 7 (GH-99381) (#114342)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Sat, 20 Jan 2024 11:31:06 +0000 (11:31 +0000)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 11:31:06 +0000 (11:31 +0000)
(cherry picked from commit e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f)

Doc/requirements.txt

index d81fef288caed3227c82e3ababb55f5367556e3e..118e6c322b4be2bc4e169eb132df6bd226efb2ca 100644 (file)
@@ -6,12 +6,13 @@
 # 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==4.5.0
+sphinx~=7.2.0
 
 blurb
 
 sphinx-autobuild
-sphinxext-opengraph>=0.7.1
+sphinxext-opengraph==0.7.5
+sphinx-notfound-page==1.0.0
 
 # The theme used by the documentation is stored separately, so we need
 # to install that as well.