18 lines
219 B
YAML
18 lines
219 B
YAML
|
version: 2
|
||
|
|
||
|
build:
|
||
|
os: ubuntu-24.04
|
||
|
tools:
|
||
|
python: "3.12"
|
||
|
|
||
|
sphinx:
|
||
|
configuration: docs/conf.py
|
||
|
fail_on_warning: true
|
||
|
|
||
|
formats: all
|
||
|
|
||
|
python:
|
||
|
install:
|
||
|
- requirements: docs/requirements.txt
|
||
|
- path: .
|