Skip to content

Commit a18756c

Browse files
authored
Fix readthedocs builds
The [latest readthedocs builds were failing](https://readthedocs.org/projects/zarr-specs/builds/20442359/), as a newer OpenSSL version is required, which is not used in the old default image. This should fix the builds, see readthedocs/readthedocs.org#10290
1 parent 0417b7b commit a18756c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04

0 commit comments

Comments
 (0)