Skip to content

Commit

Permalink
Merge pull request #4319 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 42303fb + a154713 commit 1d5c496
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ conda list --show-channel-urls
# Build Doxygen docs
gpuci_logger "Build Doxygen docs"
"$PROJECT_WORKSPACE/build.sh" cppdocs -v
wget "https://raw.githubusercontent.com/rapidsai/docs/gh-pages/api/librmm/${BRANCH_VERSION}/rmm.tag" || echo "Failed to download rmm Doxygen tag"

# Build Python docs
gpuci_logger "Build Sphinx docs"
Expand Down
5 changes: 4 additions & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ for FILE in conda/environments/*.yml; do
sed_runner "s/rapids-build-env=${CURRENT_SHORT_TAG}/rapids-build-env=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rapids-notebook-env=${CURRENT_SHORT_TAG}/rapids-notebook-env=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rapids-doc-env=${CURRENT_SHORT_TAG}/rapids-doc-env=${NEXT_SHORT_TAG}/g" ${FILE};
done
done

# Doxyfile update
sed_runner "s|\(TAGFILES.*librmm/\).*|\1${NEXT_SHORT_TAG}|" cpp/Doxyfile.in
2 changes: 1 addition & 1 deletion cpp/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,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 1d5c496

Please sign in to comment.