Skip to content

Commit 719e7bd

Browse files
committed
doc: fix .readthedocs.yaml build.tools.python
Hopefully fix the obscure error: Problem in your project's configuration. Invalid "build.tools.python": expected one of (2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, pypy3.7, pypy3.8, pypy3.9, miniconda3-4.7, mambaforge-4.10, 3), got 3.11
1 parent f50a2c6 commit 719e7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2
44
build:
55
os: ubuntu-22.04
66
tools:
7-
python: 3.11
7+
python: "3.11"
88
apt_packages:
99
- python3-clang
1010

0 commit comments

Comments
 (0)