13 lines
191 B
YAML
13 lines
191 B
YAML
|
version: 2
|
||
|
build:
|
||
|
os: ubuntu-20.04
|
||
|
tools:
|
||
|
python: "3.10"
|
||
|
sphinx:
|
||
|
configuration: docs/conf.py
|
||
|
formats: all
|
||
|
python:
|
||
|
install:
|
||
|
- requirements: docs/requirements.txt
|
||
|
- path: .
|