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)
develop
Myk Taylor 2022-09-21 09:42:42 -07:00
parent b972124b58
commit 2ef2ec66b6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -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