From 8f93299159020f8dd25c36a288f17c431c17f762 Mon Sep 17 00:00:00 2001 From: Gage Larsen Date: Wed, 15 Jul 2026 18:33:04 -0500 Subject: [PATCH] Replace deprecated mambaforge with miniforge3 in Read the Docs config Read the Docs' ubuntu-lts-latest image now resolves to Ubuntu 26.04, which only supports the miniforge3 toolchain. The deprecated mambaforge-4.10 fails to install on it, breaking every docs build since late June (EnvironmentLocationNotFound during asdf install). conda-forge retired Mambaforge in favor of Miniforge3 (identical since Miniforge3-23.3.1-0), and Read the Docs deprecated all mambaforge-* values accordingly. See readthedocs/readthedocs.org#13149. Co-Authored-By: Claude Fable 5 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b67f7f702..9441b30a4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: "ubuntu-lts-latest" tools: - python: "mambaforge-4.10" + python: "miniforge3-latest" jobs: post_checkout: # Get the tags