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 d0c6460 commit 19b9da1Copy full SHA for 19b9da1
docs/source/_templates/layout.html
@@ -15,7 +15,13 @@
15
var collapsedSections = ['Introduction', 'Getting Started', 'Tutorials']
16
</script> -->
17
18
-<script script type="text/javascript">
+<script type="text/javascript">
19
var collapsedSections = []
20
-</script>
+ </script>
21
+ {{ super() }}
22
+ <script type="text/javascript">
23
+ $(document).ready(function() {
24
+ $(".main-menu-item a[href='https://github.com/pytorch/pytorch']").attr("href", "https://github.com/pytorch/torchtune");
25
+ });
26
27
{% endblock %}
0 commit comments