2019-04-11 21:38:52 +00:00
|
|
|
version: 2
|
|
|
|
|
2023-06-05 15:39:11 +00:00
|
|
|
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
|