mirror of https://github.com/python/cpython.git
GH-117928: Bump the minimum Sphinx version to 6.2.1 (#121986)
This commit is contained in:
parent
1ab1778283
commit
7dd52b63ce
|
@ -82,7 +82,7 @@
|
|||
highlight_language = 'python3'
|
||||
|
||||
# Minimum version of sphinx required
|
||||
needs_sphinx = '4.2'
|
||||
needs_sphinx = '6.2.1'
|
||||
|
||||
# Create table of contents entries for domain objects (e.g. functions, classes,
|
||||
# attributes, etc.). Default is True.
|
||||
|
|
Loading…
Reference in New Issue