Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0a0e1 commit 4342722Copy full SHA for 4342722
1 file changed
Doc/tools/sphinxext/layout.html
@@ -6,7 +6,7 @@
6
{% endblock %}
7
{% block extrahead %}
8
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
9
- <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 %}
10
{{ super() }}
11
12
{% block footer %}
0 commit comments