##// END OF EJS Templates
remove appveyor (#14101)...
remove appveyor (#14101) We test on windows in GH action, and it fails regularly.

File last commit:

r26481:80ca5372
r28322:9da6376a 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 %}