2020-05-18 14:59:31 -07:00
|
|
|
version: 2
|
2021-12-22 19:58:07 -07:00
|
|
|
build:
|
2023-11-09 08:39:48 -08:00
|
|
|
os: ubuntu-22.04
|
2021-12-22 19:58:07 -07:00
|
|
|
tools:
|
2024-04-07 10:24:40 -07:00
|
|
|
python: '3.12'
|
2020-05-18 14:59:31 -07:00
|
|
|
python:
|
|
|
|
|
install:
|
2020-05-23 14:03:11 -07:00
|
|
|
- requirements: requirements/docs.txt
|
2020-05-18 14:59:31 -07:00
|
|
|
- method: pip
|
|
|
|
|
path: .
|
|
|
|
|
sphinx:
|
|
|
|
|
builder: dirhtml
|
2021-02-16 08:36:14 -08:00
|
|
|
fail_on_warning: true
|