From 41ea18479e63c59246ae4f9809f6bf540cd27ff4 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Thu, 6 Jun 2024 18:20:18 +0000 Subject: [PATCH] Remove text doc builds --- ci/build_docs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 21d57837..18d96c9a 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -29,10 +29,8 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)" rapids-logger "Build Python docs" pushd docs sphinx-build -b dirhtml ./source _html -sphinx-build -b text ./source _text -mkdir -p "${RAPIDS_DOCS_DIR}/dask-cuda/"{html,txt} +mkdir -p "${RAPIDS_DOCS_DIR}/dask-cuda/"html mv _html/* "${RAPIDS_DOCS_DIR}/dask-cuda/html" -mv _text/* "${RAPIDS_DOCS_DIR}/dask-cuda/txt" popd rapids-upload-docs