From fed0f29484350f5f12729f9426e68a486e8939e7 Mon Sep 17 00:00:00 2001 From: Patrick <4002194+askpatrickw@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:07:11 -0800 Subject: [PATCH 1/2] correct python version for RTD --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f8b2891..1335112 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 python: - version: "3.x" + version: "3.7" install: - requirements: docs/requirements.txt - requirements: requirements.txt From 1a99c1cf87e6ba74de43bfad826cb6f4daea1ae9 Mon Sep 17 00:00:00 2001 From: Patrick <4002194+askpatrickw@users.noreply.github.com> Date: Fri, 28 Jan 2022 10:52:55 -0800 Subject: [PATCH 2/2] Change to new RTD yaml schema --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1335112..33c2a61 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,8 +8,12 @@ # Required version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3" + python: - version: "3.7" install: - requirements: docs/requirements.txt - requirements: requirements.txt