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