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 2f65595 commit 481bb46Copy full SHA for 481bb46
doc/_templates/breadcrumbs.html
@@ -18,7 +18,7 @@
18
{% else %}
19
{% set example_script = example_script + ".py" %}
20
{% endif %}
21
- {% if pagename.split("/")[-1] != "sg_execution_times" %}
+ {% if pagename.split("/")[-1] not in ["sg_execution_times", "genindex"] %}
22
<a href="https://github.com/{{ github_repo }}/edit/{{ github_version }}/{{ doc_path }}/{{ example_script }}"
23
class="fa fa-github"> Improve this page</a>
24
0 commit comments