Skip to content

Commit

Permalink
Merge pull request #1918 from AyodeAwe/branch-21.12
Browse files Browse the repository at this point in the history
Enable crosslink to rmm
  • Loading branch information
AyodeAwe authored Nov 1, 2021
2 parents 4d08cc9 + 48c6f1b commit 5465e22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ conda list --show-channel-urls

# Build Doxygen docs
gpuci_logger "Build Doxygen docs"
wget "https://raw.githubusercontent.com/rapidsai/docs/gh-pages/api/librmm/${BRANCH_VERSION}/rmm.tag" || echo "Failed to download rmm Doxygen tag"
cd $PROJECT_WORKSPACE/cpp/build
make docs_cugraph

Expand Down
3 changes: 3 additions & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ for FILE in conda/environments/*.yml; do
sed_runner "s/dask-cudf=${CURRENT_SHORT_TAG}/dask-cudf=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/cuxfilter=${CURRENT_SHORT_TAG}/cuxfilter=${NEXT_SHORT_TAG}/g" ${FILE};
done

# Doxyfile update
sed_runner "s|\(TAGFILES.*librmm/\).*|\1${NEXT_SHORT_TAG}|" cpp/doxygen/Doxyfile
2 changes: 1 addition & 1 deletion cpp/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ SKIP_FUNCTION_MACROS = YES
# the path). If a tag file is not located in the directory in which doxygen is
# run, you must also specify the path to the tagfile here.

TAGFILES =
TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/21.12

# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
Expand Down

0 comments on commit 5465e22

Please sign in to comment.