16 lines
205 B
YAML
16 lines
205 B
YAML
|
version: 2
|
||
|
|
||
|
build:
|
||
|
os: ubuntu-20.04
|
||
|
tools:
|
||
|
python: "3.9"
|
||
|
|
||
|
sphinx:
|
||
|
configuration: docs/source/conf.py
|
||
|
|
||
|
python:
|
||
|
install:
|
||
|
- method: pip
|
||
|
path: .
|
||
|
- requirements: docs/requirements.txt
|