summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2024-01-20 11:31:06 (GMT)
committerGitHub <noreply@github.com>2024-01-20 11:31:06 (GMT)
commit8e17470710ee03c36926d458f8d8dcb60176883f (patch)
tree214957b8e689775086feace614fa661da53a8983
parent685d88d8ad6c634b36685362928020ca5989e8ec (diff)
downloadcpython-8e17470710ee03c36926d458f8d8dcb60176883f.zip
cpython-8e17470710ee03c36926d458f8d8dcb60176883f.tar.gz
cpython-8e17470710ee03c36926d458f8d8dcb60176883f.tar.bz2
[3.11] GH-99380: Update to Sphinx 7 (GH-99381) (#114342)
(cherry picked from commit e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f)
-rw-r--r--Doc/requirements.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index d81fef2..118e6c3 100644
--- a/Doc/requirements.txt
+++ b/Doc/requirements.txt
@@ -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.