[3.13] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121994)

GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986)
(cherry picked from commit 7dd52b63ce)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-07-19 09:52:42 +02:00 committed by GitHub
parent 711c328178
commit d2caf8bee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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