From d2b1b28932da0fac98dc9661206017f3b7cc9a9f Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 10 Jul 2024 12:06:19 -0500 Subject: [PATCH] Revert "Remove HTML builds of librmm (#1415)" This reverts commit 77b55003b5ae598b7c26553ff39c5dde369c73d8. --- ci/build_docs.sh | 2 ++ doxygen/Doxyfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 307f48e44..970417c1d 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -33,6 +33,8 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)" rapids-logger "Build CPP docs" pushd doxygen doxygen Doxyfile +mkdir -p "${RAPIDS_DOCS_DIR}/librmm/html" +mv html/* "${RAPIDS_DOCS_DIR}/librmm/html" popd rapids-logger "Build Python docs" diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index a5c183236..434e92e05 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -1135,7 +1135,7 @@ IGNORE_PREFIX = # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output # The default value is: YES. -GENERATE_HTML = NO +GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of