Skip to content

Commit 02c39ba

Browse files
fix: readthedocs failing because of missing build.os variable (#2498)
1 parent 370d5be commit 02c39ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: 2
22
formats: all
33

4+
build:
5+
os: ubuntu-22.04
6+
47
conda:
58
environment: docs/environment.yml

0 commit comments

Comments
 (0)