Skip to content

Commit

Permalink
Actually building docs to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Feb 6, 2024
1 parent f8443a7 commit 7839fa5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ pushd cpp/doxygen
doxygen Doxyfile
popd

#rapids-logger "Build Python docs"
#pushd docs
#sphinx-build -b dirhtml source _html
#sphinx-build -b text source _text
#mkdir -p "${RAPIDS_DOCS_DIR}/cuvs/"{html,txt}
#mv _html/* "${RAPIDS_DOCS_DIR}/cuvs/html"
#mv _text/* "${RAPIDS_DOCS_DIR}/cuvs/txt"
#popd
rapids-logger "Build Python docs"
pushd docs
sphinx-build -b dirhtml source _html
sphinx-build -b text source _text
mkdir -p "${RAPIDS_DOCS_DIR}/cuvs/"{html,txt}
mv _html/* "${RAPIDS_DOCS_DIR}/cuvs/html"
mv _text/* "${RAPIDS_DOCS_DIR}/cuvs/txt"
popd

rapids-upload-docs

0 comments on commit 7839fa5

Please sign in to comment.