diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-09-21 06:06:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 06:06:36 (GMT) |
commit | 712cb173f8e1d02c625a40ae03bba57b0c1c032a (patch) | |
tree | cfa067e213e7b0878e25c2d31138677443b89235 /Doc/conf.py | |
parent | 9ccf0545efd5bc5af5aa51774030c471d49a972b (diff) | |
download | cpython-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.py | 2 |
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. |