Skip to content

Commit

Permalink
Remove text builds of documentation (#4468)
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.

---------

Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Ralph Liu <[email protected]>
  • Loading branch information
3 people authored Jun 24, 2024
1 parent 34f8471 commit 261e695
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 @@ -72,10 +72,8 @@ pushd docs/cugraph
# type of failure well.
python -c "import cugraph; print(f'Using cugraph: {cugraph}')"
sphinx-build -b dirhtml source _html
sphinx-build -b text source _text
mkdir -p "${RAPIDS_DOCS_DIR}/cugraph/"{html,txt}
mkdir -p "${RAPIDS_DOCS_DIR}/cugraph/html"
mv _html/* "${RAPIDS_DOCS_DIR}/cugraph/html"
mv _text/* "${RAPIDS_DOCS_DIR}/cugraph/txt"
popd

rapids-upload-docs

0 comments on commit 261e695

Please sign in to comment.