From 9962486b6d9b15f614688512067d6a73241accba Mon Sep 17 00:00:00 2001 From: Fabian Murariu <2404621+fabianmurariu@users.noreply.github.com> Date: Thu, 23 May 2024 11:37:32 +0100 Subject: [PATCH] add hide_arrow_dep.sh (#1612) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)