14 lines
209 B
YAML
14 lines
209 B
YAML
|
version: 2
|
||
|
build:
|
||
|
os: ubuntu-20.04
|
||
|
tools:
|
||
|
python: "3.10"
|
||
|
python:
|
||
|
install:
|
||
|
- requirements: requirements/docs.txt
|
||
|
- method: pip
|
||
|
path: .
|
||
|
sphinx:
|
||
|
builder: dirhtml
|
||
|
fail_on_warning: true
|