Open dcherian opened 2 weeks ago
I had to mamba install cairo to get the docs build to work. My steps were
mamba install cairo
> mamba create -n icechunk-docs python=3.12 poetry > conda activate icechunk-docs > poetry install > mkdocs build
I had to
mamba install cairo
to get the docs build to work. My steps were