GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444)

This commit is contained in:
Adam Turner 2025-03-05 00:31:01 +00:00 committed by GitHub
parent 2f6e0e9f70
commit e53d105872
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -100,7 +100,7 @@ highlight_language = 'python3'
# Minimum version of sphinx required
# Keep this version in sync with ``Doc/requirements.txt``.
needs_sphinx = '8.1.3'
needs_sphinx = '8.2.0'
# Create table of contents entries for domain objects (e.g. functions, classes,
# attributes, etc.). Default is True.