Skip to content

Commit

Permalink
Update docs files recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Apr 2, 2024
1 parent 1ff360d commit 19522fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ done
sed_runner "s/RAPIDS_VERSION_NUMBER=\".*/RAPIDS_VERSION_NUMBER=\"${NEXT_SHORT_TAG}\"/g" ci/build_docs.sh

# Docs referencing source code
for FILE in docs/source/*.rst; do
find docs/source/ -type f -name *.rst -print0 | while IFS= read -r -d '' filename; do
sed_runner "s|/branch-[^/]*/|/branch-${NEXT_SHORT_TAG}/|g" "${FILE}"
done

0 comments on commit 19522fd

Please sign in to comment.