From f9b9bb9581ffc9da44bf7b8da87cd7c130c80a01 Mon Sep 17 00:00:00 2001 From: William Moore Date: Wed, 18 Oct 2023 11:58:38 +0100 Subject: [PATCH 1/2] Add build.os to readthedocs.yml --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 21e4796c..ee26e22e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,8 @@ version: 2 +build: + os: ubuntu-22.04 + sphinx: configuration: conf.py From b01dcac9ae3826e65772f413691a25f4feddcb49 Mon Sep 17 00:00:00 2001 From: William Moore Date: Wed, 18 Oct 2023 15:52:17 +0100 Subject: [PATCH 2/2] Add build.tools to .readthedocs.yaml --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ee26e22e..11ce7bdd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,6 +2,8 @@ version: 2 build: os: ubuntu-22.04 + tools: + python: "3.10" sphinx: configuration: conf.py