From 9e987950e303a7f6fdb9510911ca2f679222145f Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Mon, 6 Jan 2025 16:09:16 -0500 Subject: [PATCH] Try miniconda? --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f3a35f8..249110d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: "ubuntu-24.04" tools: - python: "mambaforge-latest" + python: "miniforge3-24.11.0-1" conda: environment: doc/environment.yml