diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-07 08:24:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 08:24:54 (GMT) |
commit | 6b7b901ff2c2347081862ead74ac96f2ece86fc3 (patch) | |
tree | 9f3dd60c1075d1b2d6b167d215e1cee7a0941b70 /Doc/conf.py | |
parent | 2fe016fbba7c3b8ec9c759221175971a3f235a68 (diff) | |
download | cpython-6b7b901ff2c2347081862ead74ac96f2ece86fc3.zip cpython-6b7b901ff2c2347081862ead74ac96f2ece86fc3.tar.gz cpython-6b7b901ff2c2347081862ead74ac96f2ece86fc3.tar.bz2 |
gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93562)
(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 cbf201a..d810858 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'] |