From e65f5f2a1387534ecd6224289581bf721a8ca5f8 Mon Sep 17 00:00:00 2001 From: Jas Kalayan Date: Fri, 22 Aug 2025 21:29:50 +0100 Subject: [PATCH 1/2] update rtd yml with latest os specified --- readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index b69909f..c57cdad 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,7 +3,9 @@ version: 2 build: - image: latest + os: latest + tools: + python: "3.13" python: version: 3.13 From 6b4851fd1b357dc69bb3f0cb9b5cc5768f67b71d Mon Sep 17 00:00:00 2001 From: Jas Kalayan Date: Fri, 22 Aug 2025 21:34:13 +0100 Subject: [PATCH 2/2] update build os for rtd to 24.04 --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index c57cdad..816ac3a 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: - os: latest + os: 24.04 tools: python: "3.13"