summaryrefslogtreecommitdiff
path: root/lib/spack/docs/conf.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-10-25 21:49:27 -0700
committerGitHub <noreply@github.com>2019-10-25 21:49:27 -0700
commit847703c13d0fd69be0b06d355308c47f4a060e66 (patch)
tree5061dc9f0873408ceef7ff25d57b394ac522189f /lib/spack/docs/conf.py
parent4af448724f4f933b5306c4cdd2f7522d64dc8719 (diff)
downloadspack-847703c13d0fd69be0b06d355308c47f4a060e66.tar.gz
spack-847703c13d0fd69be0b06d355308c47f4a060e66.tar.bz2
spack-847703c13d0fd69be0b06d355308c47f4a060e66.tar.xz
spack-847703c13d0fd69be0b06d355308c47f4a060e66.zip
tutorial: move tutorial to standalone site (#13450)
* docs: add a spack environment for building the docs * docs: remove tutorial and link to spack-tutorial.readthedocs.io The tutorial now has its own standalone website, versioned by instances of the tutorial. Link to that instead of versioning it directly with Spack.
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 cacbbb3a41..e5305a9317 100644
--- a/lib/spack/docs/conf.py
+++ b/lib/spack/docs/conf.py
@@ -159,7 +159,7 @@ gettext_uuid = False
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['_build', '_spack_root']
+exclude_patterns = ['_build', '_spack_root', '.spack-env']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None