From ffc9525ce0ca13223a15c4530d9889a09bbcba07 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Wed, 24 Jun 2026 14:13:37 +0100 Subject: [PATCH 1/2] trigger rtd build --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a4891507..dae1f0e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,6 @@ version: 2 build: os: ubuntu-lts-latest tools: - # DO NOT use mambaforge-*; that is currently sunsetted python: "miniconda-latest" jobs: post_create_environment: From 5cc820b6adef1629587ac6489c40852c7981692b Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Wed, 24 Jun 2026 15:23:15 +0100 Subject: [PATCH 2/2] switch to miniforge3 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dae1f0e0..3972c51b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-lts-latest tools: - python: "miniconda-latest" + python: "miniforge3-latest" jobs: post_create_environment: - conda run -n ${CONDA_DEFAULT_ENV} pip install . --no-deps