We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b67f8 commit 4299608Copy full SHA for 4299608
ci/build_docs.sh
@@ -33,6 +33,8 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)"
33
rapids-logger "Build CPP docs"
34
pushd doxygen
35
doxygen Doxyfile
36
+mkdir -p "${RAPIDS_DOCS_DIR}/librmm/html"
37
+mv html/* "${RAPIDS_DOCS_DIR}/librmm/html"
38
popd
39
40
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 = NO
+GENERATE_HTML = YES
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