diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-09-22 12:30:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 12:30:57 (GMT) |
commit | 9e4ac21c46ac1e937cbfbe5603c6e71cc073a3ee (patch) | |
tree | ec6efe6afddd33764357614058310476ca8ec07b /Doc/conf.py | |
parent | 4a0c118d6a4080efc538802f70ee79ce5c046e72 (diff) | |
download | cpython-9e4ac21c46ac1e937cbfbe5603c6e71cc073a3ee.zip cpython-9e4ac21c46ac1e937cbfbe5603c6e71cc073a3ee.tar.gz cpython-9e4ac21c46ac1e937cbfbe5603c6e71cc073a3ee.tar.bz2 |
[3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)
GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210)
(cherry picked from commit 712cb173f8e1d02c625a40ae03bba57b0c1c032a)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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 a8805bd..9f01bd8 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. |