Sphinx 3.4+ required for correct reference target linking

This commit is contained in:
Adam J. Stewart 2021-07-15 23:09:39 -05:00 committed by Todd Gamblin
parent b8afc0fd29
commit c56f2a935d
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ def setup(sphinx):
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = '1.8'
needs_sphinx = '3.4'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.

View File

@ -1,7 +1,7 @@
# These dependencies should be installed using pip in order
# to build the documentation.
sphinx
sphinx>=3.4
sphinxcontrib-programoutput
sphinx-rtd-theme
python-levenshtein

View File

@ -14,6 +14,6 @@
#
spack:
specs:
- py-sphinx
- "py-sphinx@3.4:"
- py-sphinxcontrib-programoutput
- py-sphinx-rtd-theme