diff --git a/_static/logo.svg b/_static/logo.svg
new file mode 100644
index 0000000..dec7a95
--- /dev/null
+++ b/_static/logo.svg
@@ -0,0 +1,709 @@
+
+
diff --git a/_templates/layout.html b/_templates/layout.html
new file mode 100644
index 0000000..cb353ce
--- /dev/null
+++ b/_templates/layout.html
@@ -0,0 +1,172 @@
+{% extends "classic/layout.html" %}
+
+{%- macro relbar() %}
+{# modified from sphinx/themes/basic/layout.html #}
+
+{%- endmacro %}
+
+{%- macro searchbox() %}
+{# modified from sphinx/themes/basic/searchbox.html #}
+ {%- if builder != "htmlhelp" %}
+
+
+
+ {%- endif %}
+{%- endmacro %}
+
+{%- macro themeselector() %}
+
+{%- endmacro %}
+
+{% block relbar1 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %}
+{% block relbar2 %} {% if builder != 'qthelp' %} {{ relbar() }} {% endif %} {% endblock %}
+
+{%- block extrahead -%}
+
+
+ {%- if builder != "htmlhelp" %}
+ {%- if not embedded %}
+
+
+
+
+ {%- endif -%}
+ {%- endif -%}
+ {{ super() }}
+{%- endblock -%}
+
+{%- block css -%}
+
+ {{ super() }}
+{%- endblock -%}
+
+{%- block body_tag %}
+{{ super() }}
+{%- if builder != 'htmlhelp' %}
+
+
+
+
+
+{% endif -%}
+{% endblock %}
+
+{% block footer %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/conf.py b/conf.py
index d824a20..e4eab3d 100644
--- a/conf.py
+++ b/conf.py
@@ -27,3 +27,6 @@
html_theme = 'python_docs_theme'
html_sidebars = {}
html_static_path = ['_static']
+
+html_title = ""
+html_short_title = ""