mirror of
https://github.com/python/cpython.git
synced 2025-08-11 12:29:34 +00:00
[3.12] GH-125277: Increase minimum supported Sphinx to 7.2.6 (GH-125368) (#125721)
This commit is contained in:
parent
93933782d9
commit
2ce10b1729
4 changed files with 19 additions and 17 deletions
|
@ -82,7 +82,7 @@ today_fmt = '%B %d, %Y'
|
|||
highlight_language = 'python3'
|
||||
|
||||
# Minimum version of sphinx required
|
||||
needs_sphinx = '6.2.1'
|
||||
needs_sphinx = '7.2.6'
|
||||
|
||||
# Create table of contents entries for domain objects (e.g. functions, classes,
|
||||
# attributes, etc.). Default is True.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue