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 71e5574 commit c80ab8cCopy full SHA for c80ab8c
pytorch_sphinx_theme2/templates/layout.html
@@ -196,6 +196,8 @@
196
});
197
}
198
</script>
199
+ {% endif %}
200
+ {% if theme_pytorch_project == 'tutorials' or has_sphinx_gallery %}
201
<div class="pytorch-call-to-action-links">
202
<div id="tutorial-type">{{ pagename }}</div>
203
<a id="colab-link" data-behavior="call-to-action-event" data-response="Run in Google Colab" target="_blank">
0 commit comments