When building html help, no scripts are embedded.

This commit is contained in:
Georg Brandl
2008-09-01 14:39:55 +00:00
parent 87a05a41cb
commit 2101b4326b

View File

@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% set title = _('Global Module Index') %}
{% block extrahead %}
{% if collapse_modindex %}
{% if builder != 'htmlhelp' and collapse_modindex %}
<script type="text/javascript">
DOCUMENTATION_OPTIONS.COLLAPSE_MODINDEX = true;
</script>