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