earth-mover / icechunk

Open-source, cloud-native transactional tensor storage engine
https://icechunk.io
Apache License 2.0
291 stars 17 forks source link

docs build requires cairo? #372

Open dcherian opened 2 weeks ago

dcherian commented 2 weeks ago

I had to mamba install cairo to get the docs build to work. My steps were

> mamba create -n icechunk-docs python=3.12 poetry
> conda activate icechunk-docs
> poetry install
> mkdocs build