From 5bbc707206e7bb9044abdb999a62c476e5d578fc Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sat, 9 Aug 2025 09:11:01 +1000 Subject: [PATCH 1/2] Updated readthedocs to latest version of Python --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 735b67d..5c4a0ed 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3" sphinx: configuration: docs/conf.py From aa3f5ea80cfe3dd2fb5fbea3db1b314a558c04d0 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 9 Aug 2025 09:13:47 +1000 Subject: [PATCH 2/2] Use latest Ubuntu --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5c4a0ed..21e6b81 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: python: "3"