From 6a8cc54b97209c907871b859605893693bbf72f7 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 10 Jun 2019 22:50:52 +0200 Subject: [PATCH 1/5] update read the docs config --- .readthedocs.yml | 9 +++++++++ readthedocs.yml | 7 ------- 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 .readthedocs.yml delete mode 100644 readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..f84eccd4 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,9 @@ +version: 2 +formats: + - pdf + - epub +python: + version: 3.7 + install: + - requirements: docs/requirements.txt + - method: setuptools diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index ecf365d0..00000000 --- a/readthedocs.yml +++ /dev/null @@ -1,7 +0,0 @@ -formats: - - pdf - - epub -requirements_file: doc/requirements.txt -python: - version: 2 - setup_py_install: true \ No newline at end of file From 062660e00fdeba7e65584c3226068e4c41e5bd7a Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 10 Jun 2019 23:23:02 +0200 Subject: [PATCH 2/5] fix path --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f84eccd4..e860f1f5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,5 +5,5 @@ formats: python: version: 3.7 install: - - requirements: docs/requirements.txt + - requirements: doc/requirements.txt - method: setuptools From 1f9e7bd45a6da436f6582a0ec9efbdc12b717892 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 10 Jun 2019 23:26:00 +0200 Subject: [PATCH 3/5] update readthedocs --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e860f1f5..7a9bf403 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,5 +5,6 @@ formats: python: version: 3.7 install: - - requirements: doc/requirements.txt - method: setuptools + requirements: doc/requirements.txt + path: . From 02a47d413c3825e815733a1fea37afc0765bea02 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 10 Jun 2019 23:35:39 +0200 Subject: [PATCH 4/5] fix conf --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7a9bf403..684abea5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,7 @@ formats: python: version: 3.7 install: - - method: setuptools + - method: pip requirements: doc/requirements.txt + - method: setuptools path: . From ea9a7b3fbb39064a682c959f1305350471e57b29 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 10 Jun 2019 23:44:19 +0200 Subject: [PATCH 5/5] fix read the docs --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 684abea5..e226448f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,6 @@ formats: python: version: 3.7 install: - - method: pip - requirements: doc/requirements.txt + - requirements: doc/requirements.txt - method: setuptools path: .