2019-06-20 15:12:38 +00:00
|
|
|
version: 2
|
|
|
|
|
|
|
|
build:
|
|
|
|
image: latest
|
|
|
|
|
|
|
|
sphinx:
|
2019-11-26 03:39:38 +00:00
|
|
|
configuration: docs/source/conf.py
|
2019-06-20 15:12:38 +00:00
|
|
|
fail_on_warning: true
|
|
|
|
|
|
|
|
python:
|
|
|
|
version: 3.7
|
|
|
|
install:
|
|
|
|
- method: pip
|
|
|
|
path: .
|
|
|
|
extra_requirements:
|
|
|
|
- docs
|