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 7dead3a + 4524b46 commit a3d6538Copy full SHA for a3d6538
1 file changed
Doc/tools/sphinxext/layout.html
@@ -8,7 +8,7 @@
8
{% block extrahead %}
9
<link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
10
{% if not embedded %}<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %}
11
- {% if pagename == 'whatsnew/changelog %}
+ {% if pagename == 'whatsnew/changelog' %}
12
<script type="text/javascript">
13
function dofilter() {
14
var el = document.getElementById('searchbox');
0 commit comments