mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
[3.13] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444) (#130858)
GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444)
(cherry picked from commit e53d105872
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
07522755ae
commit
80cce59929
2 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,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.
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Require Sphinx 8.2.0 or later to build the Python documentation. Patch by
|
||||
Adam Turner.
|
Loading…
Add table
Add a link
Reference in a new issue