Skip to content

Commit 625df2b

Browse files
committed
Update RTD yaml to v2
Also
1 parent 033f3f5 commit 625df2b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

readthedocs.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
version: 2
12
type: sphinx
3+
build:
4+
tools:
5+
python: "3.10"
6+
nodejs: "18"
27
python:
3-
version: 3.5
4-
pip_install: true
5-
extra_requirements:
6-
- examples
7-
- docs
8+
install:
9+
- method: pip
10+
path: .
11+
extra_requirements:
12+
- examples
13+
- docs
814
conda:
9-
file: docs/environment.yml
15+
environment: docs/environment.yml

0 commit comments

Comments
 (0)