Skip to content

Commit

Permalink
Revert "[#15157][Rust][Doc] Re-enable the Rust documentation build (#…
Browse files Browse the repository at this point in the history
…15213)"

This reverts commit c928852.
  • Loading branch information
Hzfengsy authored Nov 14, 2023
1 parent c8ef902 commit a5baad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/reference/api/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ build system.
* `C++ doyxgen API <doxygen/index.html>`_
* `Typescript typedoc API <typedoc/index.html>`_
* `Java Javadoc API <javadoc/index.html>`_
* `Rust Rustdoc API <rust/index.html>`_
4 changes: 2 additions & 2 deletions tests/scripts/task_python_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cd ..
# Rust doc
cd rust
# Temp disable rust doc build
cargo doc --workspace --no-deps
# cargo doc --workspace --no-deps
cd ..

# Prepare the doc dir
Expand All @@ -173,7 +173,7 @@ rm -f _docs/.buildinfo
mkdir -p _docs/reference/api
mv docs/doxygen/html _docs/reference/api/doxygen
mv jvm/core/target/site/apidocs _docs/reference/api/javadoc
mv rust/target/doc _docs/api/rust
# mv rust/target/doc _docs/api/rust
mv web/dist/docs _docs/reference/api/typedoc
git rev-parse HEAD > _docs/commit_hash

Expand Down

0 comments on commit a5baad7

Please sign in to comment.