diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 42efa77e..ebc4c9da 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -1,2 +1,20 @@
{% extends "!layout.html" %}
{% set css_files = css_files + ['_static/style.css'] %}
+
+{% block footer %}
+ {{ super() }}
+
+
+
+{% endblock %}