Skip to content

Commit db15d73

Browse files
committed
fix: build readthedocs using python 3.12
1 parent 27b04ad commit db15d73

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.readthedocs.yaml

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

33
build:
4-
os: ubuntu-22.04
5-
tools:
6-
python: "3.10"
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.12"
77

88
python:
9-
install:
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- docs
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs
1414

1515
sphinx:
16-
configuration: docs/conf.py
16+
configuration: docs/conf.py

0 commit comments

Comments
 (0)