From 154086ebb23c531411e9c6cdb11202ca5eccc317 Mon Sep 17 00:00:00 2001 From: jpasvolsky Date: Sat, 10 Apr 2021 07:29:50 -0700 Subject: [PATCH 1/3] Add YAML file for RTD --- .readthedocs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..608b035b --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +version: 2 + +submodules: + include: all + +sphinx: + builder: html + configuration: docs/conf.py + +python: + version: 3.7 + install: + - requirements: docs/requirements.txt + - method: pip + path: . + From 47a86ac8295e1a0a6f9385f1c82b3c84ee847c2b Mon Sep 17 00:00:00 2001 From: jpasvolsky Date: Mon, 12 Apr 2021 08:00:50 -0700 Subject: [PATCH 2/3] Implement comment from @randomir --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 608b035b..c1ec8cb9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,7 +10,7 @@ sphinx: python: version: 3.7 install: - - requirements: docs/requirements.txt - method: pip + - requirements: docs/requirements.txt path: . From 71b2859b485a5bf89ead58b18d8c77f69e9cc79e Mon Sep 17 00:00:00 2001 From: jpasvolsky Date: Mon, 12 Apr 2021 08:12:37 -0700 Subject: [PATCH 3/3] Implement comment from @randomir properly --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c1ec8cb9..52c19905 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,6 +11,7 @@ python: version: 3.7 install: - method: pip - - requirements: docs/requirements.txt path: . + - requirements: docs/requirements.txt +