From a60cd863c9aeed4e233b55cc8f3b1f12cfe869b7 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 11 May 2022 15:22:14 -0400 Subject: [PATCH 1/2] Attempting to fix RTD copy of docs. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 33c2a61..5aeb3c2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3" + python: "3.9" python: install: From 478f22affa2d9616df09f87581e256141e89bab8 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 11 May 2022 15:27:16 -0400 Subject: [PATCH 2/2] Another attempt to fix. --- .readthedocs.yaml | 2 +- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5aeb3c2..33c2a61 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3" python: install: diff --git a/docs/requirements.txt b/docs/requirements.txt index 7295640..150cf8c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,3 +4,4 @@ # SPDX-License-Identifier: MIT sphinx>=4.0.0 +pillow>=6.0.0