8000 [3.12] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-1304… · python/cpython@919300e · GitHub
[go: up one dir, main page]

Skip to content

Commit 919300e

Browse files
[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 e53d105) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 45e667c commit 919300e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
# Minimum version of sphinx required
8989
# Keep this version in sync with ``Doc/requirements.txt``.
90-
needs_sphinx = '8.1.3'
90+
needs_sphinx = '8.2.0'
9191

9292
# Create table of contents entries for domain objects (e.g. functions, classes,
9393
# attributes, etc.). Default is True.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Require Sphinx 8.2.0 or later to build the Python documentation. Patch by
2+
Adam Turner.

0 commit comments

Comments
 (0)
0