mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
[3.11] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109637)
GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210)
(cherry picked from commit 712cb173f8
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
9414ddf918
commit
e918b19f42
4 changed files with 7 additions and 8 deletions
|
@ -61,7 +61,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue