mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444)
This commit is contained in:
parent
2f6e0e9f70
commit
e53d105872
2 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,7 @@ highlight_language = 'python3'
|
|||
|
||||
# Minimum version of sphinx required
|
||||
# Keep this version in sync with ``Doc/requirements.txt``.
|
||||
needs_sphinx = '8.1.3'
|
||||
needs_sphinx = '8.2.0'
|
||||
|
||||
# Create table of contents entries for domain objects (e.g. functions, classes,
|
||||
# attributes, etc.). Default is True.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue