summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-09-21 06:06:36 (GMT)
committerGitHub <noreply@github.com>2023-09-21 06:06:36 (GMT)
commit712cb173f8e1d02c625a40ae03bba57b0c1c032a (patch)
treecfa067e213e7b0878e25c2d31138677443b89235 /Doc/conf.py
parent9ccf0545efd5bc5af5aa51774030c471d49a972b (diff)
downloadcpython-712cb173f8e1d02c625a40ae03bba57b0c1c032a.zip
cpython-712cb173f8e1d02c625a40ae03bba57b0c1c032a.tar.gz
cpython-712cb173f8e1d02c625a40ae03bba57b0c1c032a.tar.bz2
GH-109209: Bump the minimum Sphinx version to 4.2 (#109210)
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 16fd8bf..c92ea60 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -66,7 +66,7 @@ today_fmt = '%B %d, %Y'
highlight_language = 'python3'
# Minimum version of sphinx required
-needs_sphinx = '3.2'
+needs_sphinx = '4.2'
# Ignore any .rst files in the includes/ directory;
# they're embedded in pages but not rendered individually.