From a7502ae697a6b81b2dcb48f5c1850ebf6b00ef1b Mon Sep 17 00:00:00 2001 From: Eric Severson Date: Wed, 18 Oct 2023 19:35:35 -0500 Subject: [PATCH 1/3] add requirements.txt for RTD --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6a1a575d..97374eb9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,4 +5,9 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.8" \ No newline at end of file + python: "3.8" + + python: + install: + - requirements: docs/requirements.txt + \ No newline at end of file From 099f4359f59539cdaf20925d47f174ef6ad176c2 Mon Sep 17 00:00:00 2001 From: Eric Severson Date: Wed, 18 Oct 2023 19:37:13 -0500 Subject: [PATCH 2/3] add sphinx_rtd_theme requirement --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..6c5d5d44 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx-rtd-theme From 589a03a814731912ac5a4f57a2c17a327791ad70 Mon Sep 17 00:00:00 2001 From: Eric Severson Date: Wed, 18 Oct 2023 19:40:12 -0500 Subject: [PATCH 3/3] fix whitespace --- .readthedocs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 97374eb9..238dbd75 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,6 @@ build: tools: python: "3.8" - python: - install: - - requirements: docs/requirements.txt - \ No newline at end of file +python: + install: + - requirements: docs/requirements.txt