Skip to content

Commit eda9b7f

Browse files
[3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121993)
GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (cherry picked from commit 7dd52b6) Co-authored-by: Adam Turner <[email protected]>
1 parent 1855784 commit eda9b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
highlight_language = 'python3'
7676

7777
# Minimum version of sphinx required
78-
needs_sphinx = '4.2'
78+
needs_sphinx = '6.2.1'
7979

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

0 commit comments

Comments
 (0)