GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)

This commit is contained in:
Adam Turner 2024-10-19 04:59:22 +01:00 committed by GitHub
parent 322f14eeff
commit 2bb7ab7ad3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 17 deletions

View file

@ -90,7 +90,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.