From 8eef0704e21da6bf510d20f56eb3203c30e4d77d Mon Sep 17 00:00:00 2001 From: Brad Rees <34135411+BradReesWork@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:44:38 -0500 Subject: [PATCH] Update ci/build_docs.sh Co-authored-by: AJ Schmidt --- ci/build_docs.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index b4e54ddc776..e9c1b735136 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -52,10 +52,6 @@ done rapids-logger "Build CPP docs" pushd cpp/doxygen doxygen Doxyfile -mkdir -p "${RAPIDS_DOCS_DIR}/libcugraph/html" -mv html/* "${RAPIDS_DOCS_DIR}/libcugraph/html" -mkdir -p "${RAPIDS_DOCS_DIR}/libcugraph/_xml" -mv xml/* "${RAPIDS_DOCS_DIR}/libcugraph/_xml" popd rapids-logger "Build Python docs"