diff --git a/Makefile b/Makefile index 29846490b7..b1b4fa8f30 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ rust-build: rust-build-docs: cargo doc --no-deps -p raphtory -q -rust-build-readthedocs: +rust-build-readthedocs: + ./scripts/hide_arrow_dep.sh cargo doc --no-deps -p raphtory -q --target-dir $(RUST_READTHEDOCS_DOCS_TARGET) rm -rf $(RUST_READTHEDOCS_DOCS_TARGET)/debug mv $(RUST_READTHEDOCS_DOCS_TARGET)/doc/* $(RUST_READTHEDOCS_DOCS_TARGET)