Skip to content

Commit e2ed8f7

Browse files
AA-Turnermiss-islington
authored andcommitted
pythonGH-117928: Bump the minimum Sphinx version to 6.2.1 (pythonGH-121986)
(cherry picked from commit 7dd52b6) Co-authored-by: Adam Turner <[email protected]>
1 parent 721a7dd commit e2ed8f7

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)