Skip to content

Commit a55c382

Browse files
committed
docs: Use mambaforge python tools on rtd
The normal python build tools apparently don't ship conda or mamba, and we have to use one of the special ones. See also https://docs.readthedocs.io/en/stable/guides/conda.html [skip ci]
1 parent 7ef99a1 commit a55c382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: "ubuntu-20.04"
55
tools:
6-
python: "3"
6+
python: "mambaforge-4.10"
77

88
conda:
99
environment: .rtd-environment.yml

0 commit comments

Comments
 (0)