Skip to content

Commit 80cce59

Browse files
[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 e53d105) Co-authored-by: Adam Turner <[email protected]>
1 parent 0752275 commit 80cce59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
# Minimum version of sphinx required
9494
# Keep this version in sync with ``Doc/requirements.txt``.
95-
needs_sphinx = '8.1.3'
95+
needs_sphinx = '8.2.0'
9696

9797
# Create table of contents entries for domain objects (e.g. functions, classes,
9898
# attributes, etc.). Default is True.
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)