Revert "update read the docs config"

This reverts commit 408b23faee2695d1771847f2c0b97033a976cd07.
This commit is contained in:
Patrick Kanzler 2019-06-11 00:10:21 +02:00
parent aaf0473c2d
commit 1f1d91fdeb
2 changed files with 7 additions and 9 deletions

View File

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

7
readthedocs.yml Normal file
View File

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