From d8a1cc223755cf5ac9c9ed1faf00ffb519ccc292 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Mon, 30 Mar 2026 10:32:08 -0400 Subject: [PATCH] Update Read the Docs configuration for latest Ubuntu and Python Note that the Python choice is just for RTD builds, not in general. --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57764a1a..a4c15bf7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,9 +9,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-lts-latest" tools: - python: "3.7" + python: "3" python: install: