summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Chopin <chopin.simon@gmail.com>2012-08-24 14:56:01 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-24 18:40:02 +0100
commit4859fa6e847fd08f9a4303b122021b058763986f (patch)
treefb8567d685f92738fe5739af5ee01664873da546 /docs
parentfba2709662c03ce128d4ec946ce4f5f73e46eaaa (diff)
Remove the old default template.
It was an old default that wasn't up-to-date. Since there was no customization, the best bet is to entirely remove it to avoid having the issue next time Sphinx changes something. This fixes the search page, which was the last blocker for the Debian package.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/_templates/layout.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
deleted file mode 100644
index b4384e43..00000000
--- a/docs/source/_templates/layout.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "!layout.html" %}
-{% set script_files = [] %}
-
-{% block linktags %}{% endblock %}
-{% block relbar1 %}{% endblock %}
-{% block footer %}{% endblock %}
-{% block relbaritems %}{% endblock %}