summaryrefslogtreecommitdiff
path: root/docs/_themes/click/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_themes/click/layout.html')
-rw-r--r--docs/_themes/click/layout.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/_themes/click/layout.html b/docs/_themes/click/layout.html
deleted file mode 100644
index 919e780..0000000
--- a/docs/_themes/click/layout.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{%- extends "basic/layout.html" %}
-{%- block extrahead %}
- {{ super() }}
-{% endblock %}
-{%- block relbar2 %}{% endblock %}
-{% block header %}
- {{ super() }}
- {% if pagename == 'index' %}
- <div class=indexwrapper>
- {% endif %}
-{% endblock %}
-{%- block footer %}
- <div class="footer">
- &copy; Copyright {{ copyright }}.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
- </div>
- {% if pagename == 'index' %}
- </div>
- {% endif %}
-{%- endblock %}