Skip to content

Commit 9b9801f

Browse files
committed
update docs config
1 parent 9666949 commit 9b9801f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# https://docs.readthedocs.io/en/latest/config-file/index.html
22
version: 2
33

4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.9"
8+
49
formats:
510
- htmlzip
611
- epub
712

813
python:
9-
version: 3.7
1014
install:
1115
- requirements: docs-requirements.txt
1216

0 commit comments

Comments
 (0)