Skip to content

Commit 04ce41c

Browse files
committed
Fix Buildthedocs config
1 parent 035b5bd commit 04ce41c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
version: 2
77

88
build:
9-
image: latest
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.8"
1012

1113
python:
12-
version: 3.8
1314
install:
1415
- method: setuptools
1516
path: .

0 commit comments

Comments
 (0)