Skip to content

Commit

Permalink
Remove text doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jun 6, 2024
1 parent 6902af9 commit 126880d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ popd
rapids-logger "Build Python docs"
pushd python/rmm/docs
make dirhtml
make text
mkdir -p "${RAPIDS_DOCS_DIR}/rmm/"{html,txt}
mkdir -p "${RAPIDS_DOCS_DIR}/rmm/"html
mv _build/dirhtml/* "${RAPIDS_DOCS_DIR}/rmm/html"
mv _build/text/* "${RAPIDS_DOCS_DIR}/rmm/txt"
popd

rapids-upload-docs

0 comments on commit 126880d

Please sign in to comment.