Skip to content

Commit

Permalink
Update ci/build_docs.sh
Browse files Browse the repository at this point in the history
Co-authored-by: AJ Schmidt <[email protected]>
  • Loading branch information
BradReesWork and ajschmidt8 authored Nov 20, 2023
1 parent 1063aba commit 8eef070
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8eef070

Please sign in to comment.