Skip to content

Commit

Permalink
[3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (
Browse files Browse the repository at this point in the history
#121993)

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

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
miss-islington and AA-Turner authored Jul 19, 2024
1 parent 1855784 commit eda9b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
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.
Expand Down

0 comments on commit eda9b7f

Please sign in to comment.