From 261e695b48db22157b400bf7adb1c458242d0dc6 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 24 Jun 2024 10:06:21 -0700 Subject: [PATCH] Remove text builds of documentation (#4468) This PR removes text builds of the documentation, which we do not currently use for anything. Contributes to https://github.com/rapidsai/build-planning/issues/71. --------- Co-authored-by: Bradley Dice Co-authored-by: Ralph Liu <137829296+nv-rliu@users.noreply.github.com> --- 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 089558bd452..8ec081163a3 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -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