diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 0000000..150edd0
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,39 @@
+{%- extends "!layout.html" %}
+
+{% block htmltitle %}
+{{ super() }}
+
+{% endblock %}
+
+{% block footer %}
+{{ super() }}
+
+{% endblock %}