2020-11-23 11:29:24 +01:00
|
|
|
version: 2
|
|
|
|
|
2020-05-07 20:17:32 +02:00
|
|
|
python:
|
|
|
|
version: 3.7
|
2020-11-23 11:29:24 +01:00
|
|
|
install:
|
|
|
|
- requirements: requirements.txt
|
|
|
|
- method: pip3
|
|
|
|
path: .
|
|
|
|
extra_requirements:
|
2020-11-23 11:32:35 +01:00
|
|
|
- ./
|
2020-05-07 20:17:32 +02:00
|
|
|
|
2020-11-23 11:29:24 +01:00
|
|
|
sphinx:
|
|
|
|
builder: html
|
|
|
|
configuration: docs/conf.py
|
|
|
|
fail_on_warning: true
|