Skip to content

Commit 41ea184

Browse files
committed
Remove text doc builds
1 parent 037a4c8 commit 41ea184

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/build_docs.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)"
2929
rapids-logger "Build Python docs"
3030
pushd docs
3131
sphinx-build -b dirhtml ./source _html
32-
sphinx-build -b text ./source _text
33-
mkdir -p "${RAPIDS_DOCS_DIR}/dask-cuda/"{html,txt}
32+
mkdir -p "${RAPIDS_DOCS_DIR}/dask-cuda/"html
3433
mv _html/* "${RAPIDS_DOCS_DIR}/dask-cuda/html"
35-
mv _text/* "${RAPIDS_DOCS_DIR}/dask-cuda/txt"
3634
popd
3735

3836
rapids-upload-docs

0 commit comments

Comments
 (0)