[3.13] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444) (#130858)

GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444)
(cherry picked from commit e53d105872)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-03-05 01:37:14 +01:00 committed by GitHub
parent 07522755ae
commit 80cce59929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -0,0 +1,2 @@
Require Sphinx 8.2.0 or later to build the Python documentation. Patch by
Adam Turner.