diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2019-04-11 23:38:52 +0200 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-04-11 14:38:52 -0700 |
commit | 263d8a818a75ec5de289b25af4adc995728076cd (patch) | |
tree | 19b099e733162c47d6bcbb390fb93311ca4cd092 /.readthedocs.yml | |
parent | 177b7f111a68ef179b36a33aefa9dab627878585 (diff) | |
download | spack-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.yml | 9 |
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 |