We previously used set(CYTHON_ANNOTATE TRUE) in src/h3/_cy/CMakeLists.txt to build Cython .html annotations, but I couldn't get that working when we migrated to pyproject.toml and scikit-build-core (#378).
We should revisit and see if we can get them building again.
We previously used
set(CYTHON_ANNOTATE TRUE)insrc/h3/_cy/CMakeLists.txtto build Cython.htmlannotations, but I couldn't get that working when we migrated topyproject.tomlandscikit-build-core(#378).We should revisit and see if we can get them building again.