From 097aaebe4ba8125dad4bd9b5fa51920fc58c33d9 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 30 Mar 2026 09:32:52 -0500 Subject: [PATCH] Upgrade RTD to Ubuntu 24 and miniforge --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b7225767..f6611a99 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,8 +10,8 @@ sphinx: formats: all build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "mambaforge-4.10" + python: "miniforge3-latest" conda: environment: doc/rtd_environment.yaml