##// END OF EJS Templates
Turn Readonly predicates to false....
Turn Readonly predicates to false. It has been pointed to me privately that this is a change of default which is potentially hard to understand, or discover how to change the values. Turning back to False by default.

File last commit:

r26481:80ca5372
r26552:f5ac485f
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 %}