Skip to content

Commit 3cd5683

Browse files
committed
Another attempt at fixing python version
1 parent a9d21dc commit 3cd5683

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
version: 2
2+
13
build:
2-
os: "ubuntu-22.04"
4+
os: ubuntu-22.04
35
tools:
4-
python: "3.11"
6+
python: "3.12"
57

68
sphinx:
79
configuration: docs/conf.py
810

911
python:
10-
version: 3.11
1112
install:
1213
- requirements: docs/requirements.txt
1314
setup_py_install: true

0 commit comments

Comments
 (0)