From 52c716b1b5e84a87b66a50bd32c4bc937db6741c Mon Sep 17 00:00:00 2001 From: Jared Roesch Date: Thu, 14 Oct 2021 10:36:03 -0700 Subject: [PATCH 1/2] Re-enable Rust documentation build --- tests/scripts/task_python_docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/task_python_docs.sh b/tests/scripts/task_python_docs.sh index 765c84137730..9300682aaf78 100755 --- a/tests/scripts/task_python_docs.sh +++ b/tests/scripts/task_python_docs.sh @@ -76,7 +76,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 @@ -86,7 +86,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 echo "Start creating the docs tarball.." From 45486eb3eeaa485a8cdc0092eea95c051c9031fb Mon Sep 17 00:00:00 2001 From: Jared Roesch Date: Thu, 14 Oct 2021 10:50:43 -0700 Subject: [PATCH 2/2] Address Chris's comment --- docs/reference/api/links.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/api/links.rst b/docs/reference/api/links.rst index a2a43bf7d0f2..445b88d61fe5 100644 --- a/docs/reference/api/links.rst +++ b/docs/reference/api/links.rst @@ -24,3 +24,4 @@ build system. * `C++ doyxgen API `_ * `Typescript typedoc API `_ * `Java Javadoc API `_ +* `Rust Rustdoc API `_