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 9253af3 commit c24ab76Copy full SHA for c24ab76
doc/_templates/breadcrumbs.html
@@ -22,7 +22,7 @@
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
{% endif %}
25
- {% elif pagename.split("/")[-1] != "genindex" %}
+ {% elif pagename.split("/")[-1] not in ["genindex", "search"] %}
26
<a href="https://github.com/{{ github_repo }}/edit/{{ github_version }}/{{ doc_path }}/{{ pagename }}{{ page_source_suffix }}"
27
28
0 commit comments