summaryrefslogtreecommitdiff
path: root/lib/spack/docs/spack.yaml
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/spack.yaml
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/spack.yaml')
-rw-r--r--lib/spack/docs/spack.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/spack/docs/spack.yaml b/lib/spack/docs/spack.yaml
new file mode 100644
index 0000000000..bade961fce
--- /dev/null
+++ b/lib/spack/docs/spack.yaml
@@ -0,0 +1,19 @@
+# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+#
+# These are requirements for building the documentation. You can run
+# these commands in this directory to install Sphinx and its plugins,
+# then build the docs:
+#
+# spack install
+# spack env activate .
+# make
+#
+spack:
+ specs:
+ - py-sphinx
+ - py-sphinxcontrib-programoutput
+ - py-sphinx-rtd-theme