12 lines
164 B
YAML
12 lines
164 B
YAML
version: 2
|
|
|
|
python:
|
|
version: 3.7
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
sphinx:
|
|
builder: html
|
|
configuration: docs/conf.py
|
|
fail_on_warning: true
|