##// END OF EJS Templates
utils/tests: move to pytest.mark.parameterize in test_path.py
utils/tests: move to pytest.mark.parameterize in test_path.py

File last commit:

r26481:80ca5372
r27422:2b5f5be6
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 %}