From aa005c47ed84c4503a5fc566b9910a10e79dab2e Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Sat, 11 Jan 2025 01:29:34 +0000 Subject: [PATCH] Build in parallel --- ci/build_docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 52d8f659611..e8a054842c8 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2023-2024, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. set -euo pipefail @@ -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