From 39f7e457e483224c4df2af14dfc480003bcd4f6d Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 7 Jan 2025 14:36:36 -0800 Subject: [PATCH] RTD: Mamba Install in `commands` --- .readthedocs.yaml | 5 ++--- conda.yml | 9 --------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 conda.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4c58e28..41e4ac9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,10 +13,9 @@ build: # custom build process # https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-uv commands: + # dependencies + - mamba install -c conda-forge mystmd # build - myst build --html # deploy - mv _build/html $READTHEDOCS_OUTPUT/html - -conda: - environment: conda.yml diff --git a/conda.yml b/conda.yml deleted file mode 100644 index 63faf5c..0000000 --- a/conda.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: readthedocs - -channels: - - conda-forge - - nodefaults - -dependencies: - - python - - mystmd