Skip to content

Commit

Permalink
Disable docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jroesch committed Apr 1, 2021
1 parent b6f98c0 commit c288273
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/scripts/task_python_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ cd ..

# Rust doc
cd rust
cargo doc --workspace --no-deps
# Temp disable rust doc build
# cargo doc --workspace --no-deps
cd ..

# Prepare the doc dir
Expand All @@ -84,7 +85,7 @@ rm -f _docs/.buildinfo
mkdir -p _docs/api
mv docs/doxygen/html _docs/api/doxygen
mv jvm/core/target/site/apidocs _docs/api/javadoc
mv rust/target/doc _docs/api/rust
# mv rust/target/doc _docs/api/rust
mv web/dist/docs _docs/api/typedoc

echo "Start creating the docs tarball.."
Expand Down

0 comments on commit c288273

Please sign in to comment.