Skip to content

Commit 4847b5b

Browse files
authored
Remove text builds of documentation (#180)
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: - Ben Frederickson (https://github.com/benfred) - Corey J. Nolet (https://github.com/cjnolet) - Jake Awe (https://github.com/AyodeAwe) URL: #180
1 parent 863b8bd commit 4847b5b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ci/build_docs.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,9 @@ popd
4949
rapids-logger "Build Python docs"
5050
pushd docs
5151
sphinx-build -b dirhtml source _html
52-
sphinx-build -b text source _text
5352
mv ../rust/target/doc ./_html/_static/rust
54-
mkdir -p "${RAPIDS_DOCS_DIR}/cuvs/"{html,txt}
53+
mkdir -p "${RAPIDS_DOCS_DIR}/cuvs/"html
5554
mv _html/* "${RAPIDS_DOCS_DIR}/cuvs/html"
56-
mv _text/* "${RAPIDS_DOCS_DIR}/cuvs/txt"
5755
popd
5856

5957
rapids-upload-docs

0 commit comments

Comments
 (0)