From 48724d0e8ded58103d63009a30f8ac8d150749c8 Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Mon, 31 Jul 2023 20:38:43 -0500 Subject: [PATCH] needs_sphinx 2.1+ --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b0918be5..b11cd052 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ sys.path.insert(0, os.path.abspath('.')) # If your documentation needs a minimal Sphinx version, state it here. # -# needs_sphinx = '1.0' +needs_sphinx = '2.1' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom