Skip to content

Commit 77b5500

Browse files
authored
Remove HTML builds of librmm (#1415)
We no longer require separate librmm doc builds since they are incorporated into the Sphinx build now. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #1415
1 parent cf14617 commit 77b5500

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ci/build_docs.sh

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ export RAPIDS_DOCS_DIR="$(mktemp -d)"
3131
rapids-logger "Build CPP docs"
3232
pushd doxygen
3333
doxygen Doxyfile
34-
mkdir -p "${RAPIDS_DOCS_DIR}/librmm/html"
35-
mv html/* "${RAPIDS_DOCS_DIR}/librmm/html"
3634
popd
3735

3836
rapids-logger "Build Python docs"

doxygen/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ IGNORE_PREFIX =
11351135
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
11361136
# The default value is: YES.
11371137

1138-
GENERATE_HTML = YES
1138+
GENERATE_HTML = NO
11391139

11401140
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
11411141
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of

0 commit comments

Comments
 (0)