From ba9f67b8ae98c38ceb2e53e70528417a02679f73 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Thu, 7 Jan 2021 16:49:00 -0700 Subject: [PATCH 1/4] Add RTD configuration file --- .readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..1a0c3aee2 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +# Required +version: 2 + +sphinx: + configuration: content/conf.py + +python: + version: 3 + setup_py_install: true + system_packages: true + install: + - requirements: requirements.txt From b77b8157ac67d45b022b8cf3977d4500805b5d32 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Thu, 7 Jan 2021 16:54:48 -0700 Subject: [PATCH 2/4] Test RTD autobuild From fdb5bc737ed34ffbb50a2ff46677e82538b85ff9 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Thu, 7 Jan 2021 18:06:24 -0700 Subject: [PATCH 3/4] Another attempt at testing RTD autobuild From eb194bc3307c73e5ac1ccdadcd282340e8d176b7 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Thu, 7 Jan 2021 18:08:32 -0700 Subject: [PATCH 4/4] Try again