8000 [3.13] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986… · python/cpython@d2caf8b · GitHub
[go: up one dir, main page]

Skip to content

Commit d2caf8b

Browse files
[3.13] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121994)
GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (cherry picked from commit 7dd52b6) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 711c328 commit d2caf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
highlight_language = 'python3'
8484

8585
# Minimum version of sphinx required
86-
needs_sphinx = '4.2'
86+
needs_sphinx = '6.2.1'
8787

8888
# Create table of contents entries for domain objects (e.g. functions, classes,
8989
# attributes, etc.). Default is True.

0 commit comments

Comments
 (0)
0