gh-86986: bump min sphinx version to 3.2 (GH-93337) (GH-93561)

(cherry picked from commit 57e8ee7086)

Co-authored-by: Davide Rizzo <sorcio@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-06-07 01:21:47 -07:00 committed by GitHub
parent 008bcdec11
commit 07c3cbad95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ today_fmt = '%B %d, %Y'
highlight_language = 'python3'
# Minimum version of sphinx required
needs_sphinx = '1.8'
needs_sphinx = '3.2'
# Ignore any .rst files in the venv/ directory.
exclude_patterns = ['venv/*', 'README.rst']

View File

@ -0,0 +1 @@
The minimum Sphinx version required to build the documentation is now 3.2.