Skip to content

Commit 423f545

Browse files
committed
build RTD with Python 3.11
1 parent 20a3fbe commit 423f545

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.readthedocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
version: 2
55
formats: all
66

7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.11"
11+
712
sphinx:
813
configuration: docs/source/conf.py
914
fail_on_warning: true
1015

1116
python:
12-
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
13-
version: 3.7
1417
install:
1518
- requirements: docs/requirements.txt
1619
- path: .

0 commit comments

Comments
 (0)