File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ build system.
2424* `C++ doyxgen API <doxygen/index.html >`_
2525* `Typescript typedoc API <typedoc/index.html >`_
2626* `Java Javadoc API <javadoc/index.html >`_
27- * `Rust Rustdoc API <rust/index.html >`_
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ cd ..
163163# Rust doc
164164cd rust
165165# Temp disable rust doc build
166- cargo doc --workspace --no-deps
166+ # cargo doc --workspace --no-deps
167167cd ..
168168
169169# Prepare the doc dir
@@ -173,7 +173,7 @@ rm -f _docs/.buildinfo
173173mkdir -p _docs/reference/api
174174mv docs/doxygen/html _docs/reference/api/doxygen
175175mv jvm/core/target/site/apidocs _docs/reference/api/javadoc
176- mv rust/target/doc _docs/api/rust
176+ # mv rust/target/doc _docs/api/rust
177177mv web/dist/docs _docs/reference/api/typedoc
178178git rev-parse HEAD > _docs/commit_hash
179179
You can’t perform that action at this time.
0 commit comments