We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ce4f5 commit 1b616daCopy full SHA for 1b616da
.github/workflows/docbuild.yml
@@ -143,7 +143,7 @@ jobs:
143
144
# Patch links from Sphinx to Doxygen APIs
145
find doc/_build/html/$docset -type f -name "*.html" -exec \
146
- sed -ri "/href=\"([^\"]+)\/doxygen\/html\/([^\"]+)\"/{s//href=\"\1\/..\/..\/..\/$docset-apis-$VERSION\/page\/\2\"/; :a s/__/_/;ta; }" {} \;
+ sed -ri "/href=\"([^\"]+)\/doxygen\/html\/([^\"]+)\"/{s//href=\"\1\/..\/..\/..\/$docset-apis-$VERSION\/page\/\2\"/g; :a s/__/_/g;ta; }" {} \;
147
148
pushd "$OUTDIR"
149
ARCHIVE="$docset-apis-$VERSION.zip"
0 commit comments