Skip to content

Commit

Permalink
rm -W flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 6, 2023
1 parent 4841cf2 commit 534b6c5
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
Expand Up @@ -37,8 +37,8 @@ popd
# Build Python docs
rapids-logger "Build Sphinx docs"
pushd docs/cudf
sphinx-build -b dirhtml source _html -W
sphinx-build -b text source _text -W
sphinx-build -b dirhtml source _html
sphinx-build -b text source _text
popd


Expand Down

0 comments on commit 534b6c5

Please sign in to comment.