From 1f1d91fdeb89c33e5fd7b03206d0bf8d2d48653b Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Tue, 11 Jun 2019 00:10:21 +0200 Subject: [PATCH] Revert "update read the docs config" This reverts commit 408b23faee2695d1771847f2c0b97033a976cd07. --- .readthedocs.yml | 9 --------- readthedocs.yml | 7 +++++++ 2 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 .readthedocs.yml create mode 100644 readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index f84eccd..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -formats: - - pdf - - epub -python: - version: 3.7 - install: - - requirements: docs/requirements.txt - - method: setuptools diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..ecf365d --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,7 @@ +formats: + - pdf + - epub +requirements_file: doc/requirements.txt +python: + version: 2 + setup_py_install: true \ No newline at end of file