Skip to content

Commit b6cfd70

Browse files
authored
docs: Fix readthedocs config format (#228)
1 parent ff8060b commit b6cfd70

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,7 +1,11 @@
11
version: 2
22

3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.7"
7+
38
python:
4-
version: 3.7
59
install:
610
- requirements: docs/requirements.txt
711
- requirements: requirements.txt

0 commit comments

Comments
 (0)