update read the docs config

This commit is contained in:
Patrick Kanzler 2019-06-10 22:50:52 +02:00
parent 6c6fe9bccf
commit 6a8cc54b97
2 changed files with 9 additions and 7 deletions

9
.readthedocs.yml Normal file
View File

@ -0,0 +1,9 @@
version: 2
formats:
- pdf
- epub
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: setuptools

View File

@ -1,7 +0,0 @@
formats:
- pdf
- epub
requirements_file: doc/requirements.txt
python:
version: 2
setup_py_install: true