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 e5c4de8 commit fa71c5eCopy full SHA for fa71c5e
docs/source/_templates/layout.html
@@ -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 }} ▼</a>
6
+ </div>
7
+ {% include "searchbox.html" %}
8
+{% endblock %}
0 commit comments