Skip to content

Commit fa71c5e

Browse files
authored
Make the version a link to /versions.html (#1273)
1 parent e5c4de8 commit fa71c5e

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='https://pytorch.org/audio/versions.html'>{{ version }} &#x25BC</a>
6+
</div>
7+
{% include "searchbox.html" %}
8+
{% endblock %}

0 commit comments

Comments
 (0)