Skip to content

Commit 21f6d4f

Browse files
committed
try using conda
1 parent d909a7e commit 21f6d4f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.readthedocs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ sphinx:
44
configuration: docs/source/conf.py
55

66
python:
7-
version: "3.8"
87
install:
9-
- requirements: requirements-dev.txt
108
- method: pip
119
path: .
10+
11+
conda:
12+
environment: conda-envs/environment-dev-py38.yml
13+
14+
build:
15+
tools:
16+
python: mambaforge-4.10

0 commit comments

Comments
 (0)