10000 GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444) · python/cpython@e53d105 · GitHub
[go: up one dir, main page]

Skip to content

Commit e53d105

Browse files
authored
GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444)
1 parent 2f6e0e9 commit e53d105

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
@@ -100,7 +100,7 @@
100100

101101
# Minimum version of sphinx required
102102
# Keep this version in sync with ``Doc/requirements.txt``.
103-
needs_sphinx = '8.1.3'
103+
needs_sphinx = '8.2.0'
104104

105105
# Create table of contents entries for domain objects (e.g. functions, classes,
106106
# 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