Skip to content

Commit d54e5c8

Browse files
committed
Add breadcrumbs.html to prevent "Edit on Github" link
1 parent 86e7247 commit d54e5c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/templates/breadcrumbs.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
2+
3+
{% block breadcrumbs_aside %}
4+
{% endblock %}

0 commit comments

Comments
 (0)