sync minimum sphinx version with requirements file

This commit is contained in:
Axel Kohlmeyer
2024-07-15 14:14:13 -04:00
parent 7cfc34e45d
commit 6f8bedd01c

View File

@ -41,7 +41,7 @@ sys.path.append(os.path.join(LAMMPS_DOC_DIR, 'utils', 'sphinx-config', '_themes'
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = '5.2.0'
needs_sphinx = '5.3.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom