From 51c221eb44974f9afb5d8454737194726cc4f799 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Mon, 30 Mar 2026 09:59:49 -0400 Subject: [PATCH] docs: update RTD build image --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 24bdd851..4d5e70e5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,7 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: python: "3.11"