diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-07 08:21:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 08:21:47 (GMT) |
commit | 07c3cbad950096482d1e4122f375369042619138 (patch) | |
tree | 71a3986ae46897305a46e23e2fe0fc8f7f28baf6 /Doc/conf.py | |
parent | 008bcdec117548f88b97cf1987286b2bf92a69fc (diff) | |
download | cpython-07c3cbad950096482d1e4122f375369042619138.zip cpython-07c3cbad950096482d1e4122f375369042619138.tar.gz cpython-07c3cbad950096482d1e4122f375369042619138.tar.bz2 |
gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93561)
(cherry picked from commit 57e8ee7086bf3f5c50c901e9d5896275644bbb54)
Co-authored-by: Davide Rizzo <sorcio@gmail.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 e539da5..46cbab2 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -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'] |