aboutsummaryrefslogtreecommitdiff
path: root/docs/_themes/jinja/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_themes/jinja/layout.html')
-rw-r--r--docs/_themes/jinja/layout.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/_themes/jinja/layout.html b/docs/_themes/jinja/layout.html
deleted file mode 100644
index a0c9cab0..00000000
--- a/docs/_themes/jinja/layout.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{%- extends "basic/layout.html" %}
-{%- block relbar2 %}{% endblock %}
-{%- block footer %}
- <div class="footer">
- &copy; Copyright {{ copyright }}.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
- </div>
-{%- endblock %}