10000 CI _changed.html now provides links to compare PR to dev and stable (… · rth/scikit-learn@27bffe6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27bffe6

Browse files
jnothmanthomasjpfan
authored andcommitted
CI _changed.html now provides links to compare PR to dev and stable (scikit-learn#14165)
1 parent d710f73 commit 27bffe6

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
@@ -159,7 +159,7 @@ then
159159
echo "$affected"
160160
(
161161
echo '<html><body><ul>'
162-
echo "$affected" | sed 's|.*|<li><a href="&">&</a></li>|'
162+
echo "$affected" | sed 's|.*|<li><a href="&">&</a> [<a href="https://scikit-learn.org/dev/&">dev</a>, <a href="https://scikit-learn.org/stable/&">stable</a>]</li>|'
163163
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>'
164164
) > 'doc/_build/html/stable/_changed.html'
165165
fi

0 commit comments

Comments
 (0)
0