From 5665e2bcd55116ff613d12f0387fda60e0d3e57c Mon Sep 17 00:00:00 2001 From: shimwell Date: Thu, 13 Feb 2025 10:43:42 +0100 Subject: [PATCH 1/3] updating rtd ubuntu runner from 20.04 to 22.04 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7b69b64b626..7c4398dd6b8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,7 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: python: "3.12" From 74b995173445266d67018c609b6a30b0c26692b0 Mon Sep 17 00:00:00 2001 From: Jon Shimwell Date: Thu, 13 Feb 2025 10:54:34 +0100 Subject: [PATCH 2/3] bump python and os to new versions --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7c4398dd6b8..34ab2d7cd14 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "3.12" + python: "3.13" sphinx: configuration: docs/source/conf.py From fceca8d8234033fda1c67e71dc8bcaf9dbe9ab6b Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 13 Feb 2025 11:01:54 +0100 Subject: [PATCH 3/3] attempt to avoid sphinx error --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 34ab2d7cd14..8bbc7d01f0b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: "ubuntu-24.04" tools: - python: "3.13" + python: "3.12" sphinx: configuration: docs/source/conf.py