Skip to content

Commit 6869099

Browse files
committed
Update readthedocs config
1 parent 3c38273 commit 6869099

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.readthedocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ formats:
99
- pdf
1010
- htmlzip
1111
python:
12-
version: 3.8
1312
install:
1413
- requirements: requirements.txt
1514
- requirements: doc-source/requirements.txt
1615
- requirements: doc-source/rtd-extra-deps.txt
16+
build:
17+
os: ubuntu-20.04
18+
tools:
19+
python: '3.9'
20+
jobs:
21+
post_create_environment:
22+
- pip install .

0 commit comments

Comments
 (0)