diff --git a/doc/_templates/breadcrumbs.html b/doc/_templates/breadcrumbs.html new file mode 100644 index 00000000..19c3deb3 --- /dev/null +++ b/doc/_templates/breadcrumbs.html @@ -0,0 +1,7 @@ +{%- extends "sphinx_rtd_theme/breadcrumbs.html" %} + +{% block breadcrumbs_aside %} + {% if pagename not in ['genindex'] %} + {{ super() }} + {% endif %} +{% endblock %}