From 2be95dd723eef6c03b5a944ba0c992424c005509 Mon Sep 17 00:00:00 2001 From: michaeldiamant Date: Wed, 4 May 2022 12:57:34 -0400 Subject: [PATCH 1/3] Fix docs by providing root requirements.txt --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3dd09717..b98e12e5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,4 +12,6 @@ sphinx: python: install: - - requirements: docs/requirements.txt + requirements: + - requirements.txt + - docs/requirements.txt From b3e675c00aef3b5097541860552e1feb7aa77abe Mon Sep 17 00:00:00 2001 From: michaeldiamant Date: Wed, 4 May 2022 13:03:34 -0400 Subject: [PATCH 2/3] Fix spacing --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b98e12e5..50d21a49 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,6 @@ sphinx: python: install: - requirements: - - requirements.txt - - docs/requirements.txt + requirements: + - requirements.txt + - docs/requirements.txt From 1fc02bd5909cb799d6c305aff15f558783ba09a8 Mon Sep 17 00:00:00 2001 From: michaeldiamant Date: Wed, 4 May 2022 13:05:16 -0400 Subject: [PATCH 3/3] Fix list definition --- .readthedocs.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 50d21a49..2803cb2e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,5 @@ sphinx: python: install: - requirements: - - requirements.txt - - docs/requirements.txt + - requirements: requirements.txt + - requirements: docs/requirements.txt