Skip to content

Commit 46c8bad

Browse files
authored
Use Mamba in ReadTheDocs (#3451)
Fixes #3447
1 parent 735abb8 commit 46c8bad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.readthedocs.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ sphinx:
1313
#mkdocs:
1414
# configuration: mkdocs.yml
1515

16+
# Set the version of Python and other tools you might need
17+
build:
18+
os: ubuntu-20.04
19+
tools:
20+
# python: "miniconda3-4.7"
21+
python: "mambaforge-4.10"
1622

1723
# Optionally set the version of Python and requirements required to build your docs
1824
python:
@@ -21,4 +27,4 @@ python:
2127
path: package
2228

2329
conda:
24-
environment: maintainer/conda/environment.yml
30+
environment: maintainer/conda/environment.yml

0 commit comments

Comments
 (0)