From 3c64d9ab7dd00c336f66065ca515f42d27abc387 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 29 Feb 2024 22:03:59 +0000 Subject: [PATCH 1/3] Fix readthedocs config --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6f94f844..6f61aa73 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 formats: all build: - image: latest + os: ubuntu-22.04 python: @@ -12,4 +12,3 @@ python: - requirements: docs/requirements.txt system_packages: true - From 0cb5bb711286eda8ae0db17c07eb3eb7d988d189 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 29 Feb 2024 22:05:27 +0000 Subject: [PATCH 2/3] Fix Python version specification --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6f61aa73..af05efd3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,10 +3,11 @@ formats: all build: os: ubuntu-22.04 + tools: + python: "3.8" python: - version: 3.8 install: - requirements: docs/rtd-requirements.txt - requirements: docs/requirements.txt From b9c31ecfc2ac3ef7b712b05b07d80f8df2b68dcf Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 29 Feb 2024 22:05:54 +0000 Subject: [PATCH 3/3] Remove system_packages key --- .readthedocs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index af05efd3..d7963ab6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,5 +11,3 @@ python: install: - requirements: docs/rtd-requirements.txt - requirements: docs/requirements.txt - - system_packages: true