Skip to content

Commit 179ba29

Browse files
authored
Merge pull request #480 from dajiaji/fix-readthedoc-yml
Fix .readthedocs.yml.
2 parents e7e7b17 + 9fe6721 commit 179ba29

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.readthedocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.10"
6+
python: "3.11"
7+
8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs
714

815
sphinx:
916
configuration: docs/conf.py

0 commit comments

Comments
 (0)