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 Permalink Normal View History

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