From e346da2a7e220d03b69a8a50d24fdbe113fa0acc Mon Sep 17 00:00:00 2001 From: Steve <69524416+ab7pa@users.noreply.github.com> Date: Sun, 7 May 2023 16:53:41 -0700 Subject: [PATCH] update sphinx version (#256) --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 256c7f9..bbf5ed9 100644 --- a/conf.py +++ b/conf.py @@ -33,7 +33,7 @@ release = u'Latest Nightly Build' # If your documentation needs a minimal Sphinx version, state it here. # -needs_sphinx = '6.2' +needs_sphinx = '5.3' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom