2021-05-10 23:29:25 +00:00
|
|
|
version: 2
|
|
|
|
|
|
|
|
|
|
sphinx:
|
|
|
|
|
builder: html
|
2025-01-24 12:41:36 +00:00
|
|
|
configuration: docs/src/conf.py
|
2021-05-10 23:29:25 +00:00
|
|
|
fail_on_warning: false
|
|
|
|
|
|
2023-01-18 18:15:48 +00:00
|
|
|
build:
|
2023-05-20 13:36:23 +00:00
|
|
|
os: "ubuntu-22.04"
|
2023-01-18 18:15:48 +00:00
|
|
|
tools:
|
|
|
|
|
python: "3.9"
|
|
|
|
|
|
2021-05-10 23:29:25 +00:00
|
|
|
python:
|
|
|
|
|
install:
|
|
|
|
|
- requirements: docs/requirements.txt
|