Sphinx 3.4+ required for correct reference target linking
This commit is contained in:
parent
b8afc0fd29
commit
c56f2a935d
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user