DOC Disable sphinx versionwarning extension [skip ci] (#1510)

This commit is contained in:
Roman Yurchak 2021-04-20 22:28:19 +02:00 committed by GitHub
parent ed3e005c53
commit 8b1a4978d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ extensions = [
"autodocsumm",
"sphinx_pyodide",
"sphinx_argparse_cli",
"versionwarning.extension",
# TODO: Temporary disabling for the 0.17.0 release, needs more investigation
# "versionwarning.extension",
"sphinx_issues",
]