diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 0000000..678a5b9
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,11 @@
+{% extends '!layout.html' %}
+
+{%- block header %}
+ {%- if theme_showheader|tobool %}
+
+ {%- endif %}
+{%- endblock %}