From 2ef2ec66b6f48bec4a1aa8c90591be0d28cd7ac9 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Wed, 21 Sep 2022 09:42:42 -0700 Subject: [PATCH] update min sphinx version to 3.4.3 it might be able to go lower, but sphinx 1.8.6 is too low (it doesn't support the calls we make to generate the genindex entries) --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 68d11f0f9..0170a872b 100644 --- a/conf.py +++ b/conf.py @@ -138,7 +138,7 @@ generate_tag_indices() # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '1.8' +needs_sphinx = '3.4.3' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom