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:
|
2020-11-23 13:42:54 +01:00
|
|
|
- requirements: requirements.txt
|
2020-12-06 22:19:00 +01:00
|
|
|
- requirements: docs/requirements.txt
|
2020-11-23 11:53:24 +01:00
|
|
|
- method: pip
|
2020-11-23 11:29:24 +01:00
|
|
|
path: .
|
|
|
|
sphinx:
|
|
|
|
builder: html
|
|
|
|
configuration: docs/conf.py
|
2020-12-07 00:01:15 +01:00
|
|
|
fail_on_warning: false
|