mirror of https://github.com/python/cpython
gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93561)
(cherry picked from commit 57e8ee7086
)
Co-authored-by: Davide Rizzo <sorcio@gmail.com>
This commit is contained in:
parent
008bcdec11
commit
07c3cbad95
|
@ -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']
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
The minimum Sphinx version required to build the documentation is now 3.2.
|
Loading…
Reference in New Issue