From 29df8fe19aec3ea3ed131d48d4fa0f8f2d9b2f4d Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 19 Mar 2024 15:49:08 -0700 Subject: [PATCH] Disable dask-expr in docs builds. --- 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