Skip to content

Commit c1567f2

Browse files
committed
Fix syntax in .readthedocs.yml
1 parent 79162ae commit c1567f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ version: 2
55

66
# the build.os and build.tools section is mandatory
77
build:
8-
os: ubuntu-22.04
8+
os: "ubuntu-22.04"
99
tools:
10-
python: 3.8
10+
python: "3.10"
1111

1212
sphinx:
1313
configuration: doc/source/conf.py

0 commit comments

Comments
 (0)