From 2101b4326be875cbfb061d08154b7196aa08bf73 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 1 Sep 2008 14:39:55 +0000 Subject: [PATCH] When building html help, no scripts are embedded. --- sphinx/templates/modindex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/templates/modindex.html b/sphinx/templates/modindex.html index 2460f0fd6..05ebc5ade 100644 --- a/sphinx/templates/modindex.html +++ b/sphinx/templates/modindex.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% set title = _('Global Module Index') %} {% block extrahead %} -{% if collapse_modindex %} +{% if builder != 'htmlhelp' and collapse_modindex %}