From 6743a69dbd56c2d7adf3fafd385091265b739361 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:46:03 -0600 Subject: [PATCH] Change from deprecated mambaforge to miniforge in the Read the Docs config --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3a4406fff..5772eb385 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-lts-latest tools: - python: mambaforge-latest + python: miniforge3-latest jobs: post_checkout: - git fetch --unshallow || true