Skip to content

Commit

Permalink
Make checks strict again
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 15, 2023
1 parent a334718 commit b342de8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions ci/checks/doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ if ! [ -x "$(command -v doxygen)" ]; then
exit 0
fi

echo -e "Temporarily disabling check to allow CI to complete"
exit 0

# Utility to return version as number for comparison
function version { echo "$@" | awk -F. '{ printf("%d%03d%03d%03d\n", $1,$2,$3,$4); }'; }

Expand Down
2 changes: 1 addition & 1 deletion docs/cudf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS = -n -v
SPHINXOPTS = -n -v -W --keep-going
SPHINXBUILD = sphinx-build
SPHINXPROJ = cudf
SOURCEDIR = source
Expand Down

0 comments on commit b342de8

Please sign in to comment.