summaryrefslogtreecommitdiff
path: root/lib/spack/docs/conf.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2021-07-15 23:09:39 -0500
committerTodd Gamblin <tgamblin@llnl.gov>2021-07-16 08:30:56 -0700
commitc56f2a935db03e7041bd88783149caffd0366adc (patch)
tree743a577fab8903e4f402b1f1d4f1c3e983bfdcc3 /lib/spack/docs/conf.py
parentb8afc0fd291a9e5f414e618965ad976f050fa6dc (diff)
downloadspack-c56f2a935db03e7041bd88783149caffd0366adc.tar.gz
spack-c56f2a935db03e7041bd88783149caffd0366adc.tar.bz2
spack-c56f2a935db03e7041bd88783149caffd0366adc.tar.xz
spack-c56f2a935db03e7041bd88783149caffd0366adc.zip
Sphinx 3.4+ required for correct reference target linking
Diffstat (limited to 'lib/spack/docs/conf.py')
-rw-r--r--lib/spack/docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py
index 20a1ba86c5..5e2795cf49 100644
--- a/lib/spack/docs/conf.py
+++ b/lib/spack/docs/conf.py
@@ -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.