Skip to content

Commit 07c3cba

Browse files
gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93561)
(cherry picked from commit 57e8ee7) Co-authored-by: Davide Rizzo <sorcio@gmail.com>
1 parent 008bcde commit 07c3cba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
highlight_language = 'python3'
4646

4747
# Minimum version of sphinx required
48-
needs_sphinx = '1.8'
48+
needs_sphinx = '3.2'
4949

5050
# Ignore any .rst files in the venv/ directory.
5151
exclude_patterns = ['venv/*', 'README.rst']
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The minimum Sphinx version required to build the documentation is now 3.2.

0 commit comments

Comments
 (0)