diff --git a/doc/source/_templates/breadcrumbs.html b/doc/source/_templates/breadcrumbs.html
new file mode 100644
index 00000000..804ad69e
--- /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 00000000..e0fcd3cf
--- /dev/null
+++ b/doc/source/_templates/layout.html
@@ -0,0 +1,49 @@
+
+
+{% extends '!layout.html' %}
+{% block document %}
+{{ super() }}
+
+
+
+
+{% endblock %}