summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2019-04-11 23:38:52 +0200
committerPeter Scheibel <scheibel1@llnl.gov>2019-04-11 14:38:52 -0700
commit263d8a818a75ec5de289b25af4adc995728076cd (patch)
tree19b099e733162c47d6bcbb390fb93311ca4cd092 /.readthedocs.yml
parent177b7f111a68ef179b36a33aefa9dab627878585 (diff)
downloadspack-263d8a818a75ec5de289b25af4adc995728076cd.tar.gz
spack-263d8a818a75ec5de289b25af4adc995728076cd.tar.bz2
spack-263d8a818a75ec5de289b25af4adc995728076cd.tar.xz
spack-263d8a818a75ec5de289b25af4adc995728076cd.zip
Updated Sphinx configuration (#11165)
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000000..d1be95378e
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,9 @@
+version: 2
+
+sphinx:
+ configuration: lib/spack/docs/conf.py
+
+python:
+ version: 3.7
+ install:
+ - requirements: lib/spack/docs/requirements.txt