|
|
@ -7,7 +7,7 @@ version: 2
|
|
|
|
|
|
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
|
sphinx:
|
|
|
|
sphinx:
|
|
|
|
configuration: etc/docs/conf.py
|
|
|
|
configuration: docs/conf.py
|
|
|
|
|
|
|
|
|
|
|
|
# Build documentation with MkDocs
|
|
|
|
# Build documentation with MkDocs
|
|
|
|
#mkdocs:
|
|
|
|
#mkdocs:
|
|
|
@ -20,5 +20,5 @@ formats: all
|
|
|
|
python:
|
|
|
|
python:
|
|
|
|
version: 3.7
|
|
|
|
version: 3.7
|
|
|
|
install:
|
|
|
|
install:
|
|
|
|
- requirements: etc/docs/requirements.txt
|
|
|
|
- requirements: docs/requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|