#14114: don't include copybutton.js in the htmlhelp output.

This commit is contained in:
Ezio Melotti 2012-02-25 19:24:24 +02:00
parent e84e263a84
commit f5ea48fd3b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{% endblock %}
{% block extrahead %}
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
{{ super() }}
{% endblock %}
{% block footer %}