Skip to content

Commit 3e9c9cb

Browse files
committed
CI Add generic links to _changed.html
1 parent db56e63 commit 3e9c9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ then
148148
(
149149
echo '<html><body><ul>'
150150
echo "$affected" | sed 's|.*|<li><a href="&">&</a></li>|'
151-
echo '</ul></body></html>'
151+
echo '</ul><p>General: <a href="index.html">Home</a> | <a href="modules/classes.html">API Reference</a> | <a href="auto_examples/index.html">Examples</a></p></body></html>'
152152
) > 'doc/_build/html/stable/_changed.html'
153153
fi

0 commit comments

Comments
 (0)