Skip to content

Commit

Permalink
Remove text builds of documentation (#390)
Browse files Browse the repository at this point in the history
This PR removes text builds of the documentation, which we do not currently use for anything. Contributes to rapidsai/build-planning#71.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Mads R. B. Kristensen (https://github.com/madsbk)
  - Jake Awe (https://github.com/AyodeAwe)

URL: #390
  • Loading branch information
vyasr authored Jun 10, 2024
1 parent e460b16 commit 64b5129
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 @@ -40,10 +40,8 @@ popd
rapids-logger "Build Python docs"
pushd docs
sphinx-build -b dirhtml source _html -W
sphinx-build -b text source _text -W
mkdir -p "${RAPIDS_DOCS_DIR}/kvikio/"{html,txt}
mkdir -p "${RAPIDS_DOCS_DIR}/kvikio/"html
mv _html/* "${RAPIDS_DOCS_DIR}/kvikio/html"
mv _text/* "${RAPIDS_DOCS_DIR}/kvikio/txt"
popd

rapids-upload-docs

0 comments on commit 64b5129

Please sign in to comment.