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