17 lines
175 B
YAML
17 lines
175 B
YAML
|
version: 2
|
||
|
|
||
|
build:
|
||
|
os: ubuntu-20.04
|
||
|
tools:
|
||
|
python: "3.9"
|
||
|
|
||
|
python:
|
||
|
install:
|
||
|
- requirements: requirements.txt
|
||
|
|
||
|
sphinx:
|
||
|
builder: dirhtml
|
||
|
|
||
|
search:
|
||
|
ignore: ['*']
|