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 ----------------------------------------------------- # -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here. # 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 # Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # 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 # These dependencies should be installed using pip in order
# to build the documentation. # to build the documentation.
sphinx sphinx>=3.4
sphinxcontrib-programoutput sphinxcontrib-programoutput
sphinx-rtd-theme sphinx-rtd-theme
python-levenshtein python-levenshtein

View File

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