##// END OF EJS Templates
Merge pull request #13324 from GalBr/remove-pre-3.8-codepath-interactiveshell...
Merge pull request #13324 from GalBr/remove-pre-3.8-codepath-interactiveshell Remove pre-3.8 codepath in interactiveshell.py

File last commit:

r26481:80ca5372
r27146:5d93becd merge
Show More
breadcrumbs.html
7 lines | 177 B | text/html | HtmlLexer
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
{% block breadcrumbs_aside %}
{% if not meta or meta.get('github_url') != 'hide' %}
{{ super() }}
{% endif %}
{% endblock %}