Skip to content

Commit

Permalink
Disable dask-expr in docs builds. (#15343)
Browse files Browse the repository at this point in the history
Fixes CI blocked by dask-expr.

xref:
- #14805
- rapidsai/rapids-dask-dependency#33

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #15343
  • Loading branch information
bdice committed Mar 20, 2024
1 parent a07740a commit 819e819
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 819e819

Please sign in to comment.