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

Make `donotdelete` a text file #1988

Closed jakirkham closed 3 weeks ago

jakirkham commented 3 weeks ago

Fixes this Sphinx warning:

WARNING: unknown mimetype for _static/donotdelete, ignoring

Does so by simply converting this to a .txt file. Confirmed that the warning no longer appears on RTD

xref: https://github.com/zarr-developers/zarr-python/pull/1985#issuecomment-2187249690

jakirkham commented 3 weeks ago

cc @dstansby (for awareness)

dstansby commented 3 weeks ago

Snap, but I deleted it in https://github.com/zarr-developers/zarr-python/pull/1987 and the doc build seems happy enough...

jakirkham commented 3 weeks ago

Thanks David! 🙏

Happy to try deleting. Agree that would be a better approach. Following up in your PR