Skip to content

Commit c78a272

Browse files
committed
Fix RTD config schema for current build settings
1 parent 6bc5fb1 commit c78a272

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.readthedocs.yaml

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

33
build:
4-
image: latest
5-
6-
python:
7-
version: 3.11
4+
os: ubuntu-24.04
5+
tools:
6+
python: "3.11"
87

98
conda:
109
environment: docs/rtd_environment.yml

0 commit comments

Comments
 (0)