2020-01-12 16:11:10 +00:00
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
|
sphinx:
|
2020-01-12 16:47:55 +00:00
|
|
|
configuration: docs/source/conf.py
|
2020-01-12 16:11:10 +00:00
|
|
|
|
|
|
|
# Optionally build your docs in additional formats such as PDF and ePub
|
|
|
|
formats: all
|
|
|
|
|
|
|
|
python:
|
|
|
|
version: 3.7
|
|
|
|
install:
|
2020-01-12 16:25:22 +00:00
|
|
|
- requirements: docs/requirements.txt
|
2020-01-12 16:11:10 +00:00
|
|
|
- method: pip
|
|
|
|
path: .
|