mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
[3.12] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444) (#130859)
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
45e667c7c2
commit
919300e42a
2 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
# 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