2024-12-17 15:08:01 +00:00
|
|
|
version: 2
|
|
|
|
|
|
|
|
build:
|
|
|
|
os: "ubuntu-20.04"
|
|
|
|
tools:
|
|
|
|
python: "3.8"
|
|
|
|
|
|
|
|
sphinx:
|
|
|
|
fail_on_warning: true
|
2024-12-18 17:27:38 +00:00
|
|
|
configuration: docs/conf.py
|
2024-12-17 15:08:01 +00:00
|
|
|
|
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- requirements: docs/requirements.txt
|