mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
When building html help, no scripts are embedded.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user