mirror of https://github.com/pyodide/pyodide.git
DOC Disable sphinx versionwarning extension [skip ci] (#1510)
This commit is contained in:
parent
ed3e005c53
commit
8b1a4978d9
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue