diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 00000000..b7b6f794
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,23 @@
+{%- extends "!layout.html" %}
+
+{% block sidebartitle %}
+
+
+
+
+
+{% if theme_display_version %}
+ {%- set nav_version = version %}
+ {% if READTHEDOCS and current_version %}
+ {%- set nav_version = current_version %}
+ {% endif %}
+ {% if nav_version %}
+