From fb5baa2c6d7e1cb21aec8055e170b9309b9fb401 Mon Sep 17 00:00:00 2001 From: ayodeawe Date: Thu, 28 Sep 2023 12:51:22 -0500 Subject: [PATCH] stop generating cpp html --- ci/build_docs.sh | 2 -- cpp/Doxyfile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index ff6767c28..4ada4243a 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -34,8 +34,6 @@ rapids-mamba-retry install \ rapids-logger "Build Doxygen docs" pushd cpp doxygen Doxyfile -mkdir -p ../docs/wholegraph/_html/doxygen_docs/libwholegraph/html -mv html/* ../docs/wholegraph/_html/doxygen_docs/libwholegraph/html mkdir -p ../docs/wholegraph/_xml # xml is tarred up to s3 and used in cugraph mkdir -p "${RAPIDS_DOCS_DIR}/libwholegraph/xml_tar" diff --git a/cpp/Doxyfile b/cpp/Doxyfile index ed303cb92..46d5fdc99 100644 --- a/cpp/Doxyfile +++ b/cpp/Doxyfile @@ -1112,7 +1112,7 @@ IGNORE_PREFIX = # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output # The default value is: YES. -GENERATE_HTML = YES +GENERATE_HTML = NO # 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