updated documentation config
This commit is contained in:
parent
7ad9cac2a7
commit
1ee33a80dd
@ -1,4 +1,15 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.7
|
version: 3.7
|
||||||
|
install:
|
||||||
|
- requirements: requirements.txt
|
||||||
|
- method: pip3
|
||||||
|
path: .
|
||||||
|
extra_requirements:
|
||||||
|
- -e ./
|
||||||
|
|
||||||
requirements_file: requirements.txt
|
sphinx:
|
||||||
|
builder: html
|
||||||
|
configuration: docs/conf.py
|
||||||
|
fail_on_warning: true
|
||||||
|
Loading…
Reference in New Issue
Block a user