From 819e819e5c0ad9b2f84d8e3ce94982a6f2b1f373 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 19 Mar 2024 20:15:43 -0500 Subject: [PATCH] Disable dask-expr in docs builds. (#15343) Fixes CI blocked by dask-expr. xref: - https://github.com/rapidsai/cudf/pull/14805 - https://github.com/rapidsai/rapids-dask-dependency/pull/33 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: https://github.com/rapidsai/cudf/pull/15343 --- ci/build_docs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 8e22f02b484..fc02fe7548c 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -41,6 +41,9 @@ mkdir -p "${RAPIDS_DOCS_DIR}/libcudf/html" mv html/* "${RAPIDS_DOCS_DIR}/libcudf/html" popd +# TODO: Remove this once dask-expr works in the 10min notebook +export DASK_DATAFRAME__QUERY_PLANNING=False + rapids-logger "Build Python docs" pushd docs/cudf make dirhtml