Skip to content

Commit 5c2a448

Browse files
mattipfmassa
andauthored
make the version a link to /versions.html (#3378)
Co-authored-by: Francisco Massa <[email protected]>
1 parent e378d60 commit 5c2a448

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/_templates/layout.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% extends "!layout.html" %}
2+
3+
{% block sidebartitle %}
4+
<div class="version">
5+
<a href='http://pytorch.org/docs/vision/versions.html'>{{ version }} &#x25BC</a>
6+
</div>
7+
{% include "searchbox.html" %}
8+
{% endblock %}

0 commit comments

Comments
 (0)