summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml8
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