Skip to content

Commit ef8629f

Browse files
committed
update RTD
1 parent e8884a8 commit ef8629f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.readthedocs.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
version: 2 # required for PY39+
2+
build:
3+
os: ubuntu-20.04
4+
tools:
5+
python: "3.12"
6+
17
python:
2-
version: 3.8
3-
pip_install: true
4-
extra_requirements:
5-
- docs
8+
install:
9+
- method: pip
10+
path: .
11+
extra_requirements:
12+
- docs

0 commit comments

Comments
 (0)