spack/.readthedocs.yml

17 lines
244 B
YAML
Raw Normal View History

2019-04-11 15:38:52 -06:00
version: 2
build:
os: "ubuntu-22.04"
apt_packages:
- graphviz
tools:
python: "3.11"
2019-04-11 15:38:52 -06:00
sphinx:
configuration: lib/spack/docs/conf.py
2021-10-08 01:27:17 -06:00
fail_on_warning: true
2019-04-11 15:38:52 -06:00
python:
install:
- requirements: lib/spack/docs/requirements.txt