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.
2 parents c071a61 + 4342722 commit 8c5c3c1Copy full SHA for 8c5c3c1
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