diff options
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 |