]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93562)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jun 2022 08:24:54 +0000 (01:24 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 08:24:54 +0000 (10:24 +0200)
(cherry picked from commit 57e8ee7086bf3f5c50c901e9d5896275644bbb54)

Co-authored-by: Davide Rizzo <sorcio@gmail.com>
Doc/conf.py
Misc/NEWS.d/next/Documentation/2022-05-29-21-22-54.gh-issue-86986.lFXw8j.rst [new file with mode: 0644]

index cbf201a314eec75ac85f7c08732f2a17d9696bea..d81085883d0d486b8d2f09891467e14405ef562e 100644 (file)
@@ -45,7 +45,7 @@ today_fmt = '%B %d, %Y'
 highlight_language = 'python3'
 
 # Minimum version of sphinx required
-needs_sphinx = '1.8'
+needs_sphinx = '3.2'
 
 # Ignore any .rst files in the venv/ directory.
 exclude_patterns = ['venv/*', 'README.rst']
diff --git a/Misc/NEWS.d/next/Documentation/2022-05-29-21-22-54.gh-issue-86986.lFXw8j.rst b/Misc/NEWS.d/next/Documentation/2022-05-29-21-22-54.gh-issue-86986.lFXw8j.rst
new file mode 100644 (file)
index 0000000..1db028c
--- /dev/null
@@ -0,0 +1 @@
+The minimum Sphinx version required to build the documentation is now 3.2.