Skip to content

Commit

Permalink
pythonGH-117928: Bump the minimum Sphinx version to 6.2.1 (pythonGH-1…
Browse files Browse the repository at this point in the history
…21986)

(cherry picked from commit 7dd52b6)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
AA-Turner authored and miss-islington committed Jul 18, 2024
1 parent 001584d commit a39f6bc
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 a39f6bc

Please sign in to comment.