Skip to content

Commit 1d9f4db

Browse files
committed
Try to fix readthedocs build
1 parent d8d7c01 commit 1d9f4db

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

readthedocs.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
type: sphinx
2-
python:
3-
version: 3.8
4-
pip_install: true
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "mambaforge-23.11"
7+
58
conda:
6-
file: docs/environment.yml
9+
environment: docs/environment.yml
10+
11+
python:
12+
install:
13+
- method: pip

0 commit comments

Comments
 (0)