zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.41k stars 267 forks source link

Fix doc build warnings #1985

Closed dstansby closed 3 weeks ago

dstansby commented 3 weeks ago

Also fixes a mypy error, not sure why it's showing up here..

jakirkham commented 3 weeks ago

Thanks David! 🙏

Really appreciate the quick fix 😄

dstansby commented 3 weeks ago

Bah, it's still failing 😦 on the v3 build, but didn't fail on this PR build 🤔

jakirkham commented 3 weeks ago

Hmm...only see a warning

WARNING: unknown mimetype for _static/donotdelete, ignoring

Is it converting the warnings to errors on branch builds?

jakirkham commented 3 weeks ago

The aforementioned warning is fixed with PR: https://github.com/zarr-developers/zarr-python/pull/1987

Appears with that change the builds now pass