summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-03-14 08:50:36 +0200
committermattip <matti.picus@gmail.com>2019-03-14 08:50:36 +0200
commit41cb4096c0d7c32a8be26f4460c7067a3e6c628f (patch)
treed9ed0eb5445560d5574c7d7be6972861dba55d4f
parentd990ab9134199f6496b9ac8567f10791f04a720a (diff)
downloadscipy-sphinx-theme-41cb4096c0d7c32a8be26f4460c7067a3e6c628f.tar.gz
fix so 'super scripts()' in basic works
-rw-r--r--_theme/scipy/layout.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_theme/scipy/layout.html b/_theme/scipy/layout.html
index b0406d5..f0ab604 100644
--- a/_theme/scipy/layout.html
+++ b/_theme/scipy/layout.html
@@ -121,7 +121,9 @@
{%- endblock %}
{{ css() }}
{%- if not embedded %}
+ {%- block scripts %}
{{ script() }}
+ {%- endblock %}
{%- if use_opensearch %}
<link rel="search" type="application/opensearchdescription+xml"
title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}"