spack/.readthedocs.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
244 B
YAML
Raw Normal View History

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