GH-117928: Bump the minimum Sphinx version to 6.2.1 (#121986)

This commit is contained in:
Adam Turner 2024-07-18 22:05:38 +01:00 committed by GitHub
parent 1ab1778283
commit 7dd52b63ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ today_fmt = '%B %d, %Y'
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.