We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf14617 commit 77b5500Copy full SHA for 77b5500
ci/build_docs.sh
@@ -31,8 +31,6 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)"
31
rapids-logger "Build CPP docs"
32
pushd doxygen
33
doxygen Doxyfile
34
-mkdir -p "${RAPIDS_DOCS_DIR}/librmm/html"
35
-mv html/* "${RAPIDS_DOCS_DIR}/librmm/html"
36
popd
37
38
rapids-logger "Build Python docs"
doxygen/Doxyfile
@@ -1135,7 +1135,7 @@ IGNORE_PREFIX =
1135
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1136
# The default value is: YES.
1137
1138
-GENERATE_HTML = YES
+GENERATE_HTML = NO
1139
1140
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1141
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
0 commit comments