diff --git a/doc/source/_templates/breadcrumbs.html b/doc/source/_templates/breadcrumbs.html new file mode 100644 index 000000000..804ad69e6 --- /dev/null +++ b/doc/source/_templates/breadcrumbs.html @@ -0,0 +1,7 @@ +{%- extends "sphinx_rtd_theme/breadcrumbs.html" %} + +{% block breadcrumbs_aside %} +{% if not meta or meta.get('github_url') != 'hide' %} +{{ super() }} +{% endif %} +{% endblock %} diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html new file mode 100644 index 000000000..4ecedf509 --- /dev/null +++ b/doc/source/_templates/layout.html @@ -0,0 +1,48 @@ + + +{% extends '!layout.html' %} +{% block document %} +{{ super() }} + + + +{% endblock %}