summaryrefslogtreecommitdiff
path: root/docs/_themes/click/layout.html
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-09-07 07:47:21 -0700
committerDavid Lord <davidism@gmail.com>2018-09-07 07:47:21 -0700
commit7062f1e6afeaa1307d4030f8d5d0f255d9be3cf5 (patch)
tree1a2b5c16e657698f3e17da25d6ec2dba74ef0df5 /docs/_themes/click/layout.html
parente3f3fdc5969dc819c14bb2e3a25bdfaba61cdb0b (diff)
parent5ace642838605a94a88740a6a3ce620c7abddce9 (diff)
downloadclick-2.x.tar.gz
Merge branch '1.x' into 2.x2.x
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 %}