From 8b1a4978d918fef9aa852b6ac7c2420f112424cd Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Tue, 20 Apr 2021 22:28:19 +0200 Subject: [PATCH] DOC Disable sphinx versionwarning extension [skip ci] (#1510) --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 738e50e19..f12cf3fd6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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", ]