From b342de8a77bbde1131785927ae20cb262ea3951d Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 15 Dec 2023 01:09:38 +0000 Subject: [PATCH] Make checks strict again --- ci/checks/doxygen.sh | 3 --- docs/cudf/Makefile | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ci/checks/doxygen.sh b/ci/checks/doxygen.sh index 975e80943c7..d932fa097e9 100755 --- a/ci/checks/doxygen.sh +++ b/ci/checks/doxygen.sh @@ -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); }'; } diff --git a/docs/cudf/Makefile b/docs/cudf/Makefile index e513c89a561..0b3a6876a5a 100644 --- a/docs/cudf/Makefile +++ b/docs/cudf/Makefile @@ -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