Added a readthedocs.yml config file

This commit is contained in:
troymc 2016-07-15 09:20:00 +02:00
parent aaa27e2ac7
commit 694bf9f83a

14
readthedocs.yml Normal file
View File

@ -0,0 +1,14 @@
# See http://read-the-docs.readthedocs.io/en/latest/yaml-config.html
# Build HTML zip, PDF & ePub
formats:
- htmlzip
- epub
- pdf
requirements_file: docs/requirements.txt
python:
version: 3
setup_py_install: false
pip_install: true