Skip to content

Commit 9fe6721

Browse files
committed
Fix .readthedocs.yml.
1 parent e7e7b17 commit 9fe6721

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)