diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2023-06-05 17:39:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 17:39:11 +0200 |
commit | e483762015d94b2450379737f099c36e7c3647a0 (patch) | |
tree | 42d0c75e3d4a310a298254c3beab6085254ffbf5 /.readthedocs.yml | |
parent | 5840a00000138e1e593ff5d8bfdfb449c223f148 (diff) | |
download | spack-e483762015d94b2450379737f099c36e7c3647a0.tar.gz spack-e483762015d94b2450379737f099c36e7c3647a0.tar.bz2 spack-e483762015d94b2450379737f099c36e7c3647a0.tar.xz spack-e483762015d94b2450379737f099c36e7c3647a0.zip |
Update RtD and Sphinx configuration (#38046)
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index cdb97bfad7..ff47753613 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,16 @@ version: 2 +build: + os: "ubuntu-22.04" + apt_packages: + - graphviz + tools: + python: "3.11" + sphinx: configuration: lib/spack/docs/conf.py fail_on_warning: true python: - version: 3.7 install: - requirements: lib/spack/docs/requirements.txt |