Skip to content

Commit cb3cd28

Browse files
committed
docs: Switch to build.os for RTD
Uses `build.os` to build the documentation on rtd as `build.image` has been deprecated. [skip ci]
1 parent 19bc7b0 commit cb3cd28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yml

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

33
build:
4-
image: latest
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "mambaforge-22.9"
57

68
conda:
79
environment: .rtd-environment.yml
810

911
python:
10-
version: "3.8"
1112
install:
1213
- method: pip
1314
path: .

0 commit comments

Comments
 (0)