Skip to content

Commit

Permalink
Build in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 11, 2025
1 parent 45866fb commit aa005c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2023-2024, NVIDIA CORPORATION.
# Copyright (c) 2023-2025, NVIDIA CORPORATION.

set -euo pipefail

Expand Down Expand Up @@ -49,7 +49,7 @@ popd

rapids-logger "Build Python docs"
pushd docs/cudf
make dirhtml
make dirhtml O="-j 8"
mkdir -p "${RAPIDS_DOCS_DIR}/cudf/html"
mv build/dirhtml/* "${RAPIDS_DOCS_DIR}/cudf/html"
popd
Expand Down

0 comments on commit aa005c4

Please sign in to comment.