Skip to content

Commit c3c5718

Browse files
committed
docs: fix python version in readthedocs
1 parent 9c0dbc7 commit c3c5718

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ version: 2
77
sphinx:
88
configuration: docs/conf.py
99

10+
build:
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3.11"
14+
1015
python:
11-
version: "3"
1216
install:
1317
- method: pip
1418
path: .

0 commit comments

Comments
 (0)