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 269ad73 commit e8e95c6Copy full SHA for e8e95c6
docs/source/semantic_sphinx/layout.html
@@ -20,7 +20,7 @@
20
<meta name="apple-mobile-web-app-capable" content="yes">
21
{% if pagename == 'nb_examples/index' %}
22
<script type="text/javascript">
23
- jQuery(function () { Gallery.loadScript("/_static/gallery_contents.js", "exampleloader"); });
+ jQuery(function () { Gallery.loadScript("{{ pathto('_static/gallery_contents.js', 1) }}", "exampleloader"); });
24
</script>
25
{# this is used when loading the gallery index using $.ajax fails,
26
such as on Chrome for documents on localhost #}
0 commit comments