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

This commit is contained in:
Davide Rizzo 2022-06-07 10:05:38 +02:00 committed by GitHub
parent 890c3be8fb
commit 57e8ee7086
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.