##// END OF EJS Templates
ipexec: prevent output coloring under PyCharm...
ipexec: prevent output coloring under PyCharm QOL thing that fixes test suite fails under PyCharm

File last commit:

r26481:80ca5372
r26939:b5dc5d7c
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 %}