From 5887789e304f4770d9ea1a62ce58f6aea6cf19d8 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 10 Sep 2026 18:10:41 -0700 Subject: [PATCH] Use supported Ubuntu image for Read the Docs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5b30e75a..9b3f55ea 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"