Skip to content

Commit 7dd52b6

Browse files
authored
GH-117928: Bump the minimum Sphinx version to 6.2.1 (#121986)
1 parent 1ab1778 commit 7dd52b6

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
@@ -82,7 +82,7 @@
8282
highlight_language = 'python3'
8383

8484
# Minimum version of sphinx required
85-
needs_sphinx = '4.2'
85+
needs_sphinx = '6.2.1'
8686

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

0 commit comments

Comments
 (0)