version: 2 | |
build: | |
os: ubuntu-22.04 | |
tools: | |
python: >- | |
3.9 | |
python: | |
install: | |
- requirements: requirements/doc.txt | |
sphinx: | |
builder: dirhtml | |
configuration: docs/conf.py | |
fail_on_warning: true | |
... | |
version: 2 | |
build: | |
os: ubuntu-22.04 | |
tools: | |
python: >- | |
3.9 | |
python: | |
install: | |
- requirements: requirements/doc.txt | |
sphinx: | |
builder: dirhtml | |
configuration: docs/conf.py | |
fail_on_warning: true | |
... | |