Skip to content

Commit

Permalink
stop generating cpp html
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Sep 28, 2023
1 parent 7480e9c commit fb5baa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cpp/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb5baa2

Please sign in to comment.