Skip to content

Commit 91c72ed

Browse files
committed
fix doc build
1 parent 913536d commit 91c72ed

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
version: 2
22

3-
python:
4-
version: 3.7
5-
install:
6-
- requirements: docs/requirements.txt
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.8"
77

88
mkdocs:
99
configuration: mkdocs.yml
10+
11+
python:
12+
install:
13+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)