Skip to content

Commit

Permalink
add hide_arrow_dep.sh (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu authored May 23, 2024
1 parent e2514f9 commit 9962486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9962486

Please sign in to comment.