Skip to content

Commit 7651c39

Browse files
authored
Merge pull request #478 from dajiaji/update-readthedocs-yml
Update .readthedocs.yml.
2 parents 449ee75 + 8db77c6 commit 7651c39

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.readthedocs.yml

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

3-
python:
4-
version: "3.8"
5-
install:
6-
- method: pip
7-
path: .
8-
extra_requirements:
9-
- docs
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/conf.py

0 commit comments

Comments
 (0)