summaryrefslogtreecommitdiff
path: root/doc/build/templates/site_base.mako
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/templates/site_base.mako')
-rw-r--r--doc/build/templates/site_base.mako26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/build/templates/site_base.mako b/doc/build/templates/site_base.mako
deleted file mode 100644
index 30ace37..0000000
--- a/doc/build/templates/site_base.mako
+++ /dev/null
@@ -1,26 +0,0 @@
-<%text>#coding:utf-8
-<%inherit file="/root.mako"/>
-<%page cache_type="file" cached="True"/>
-<%!
- in_docs=True
-%>
-</%text>
-
-
-${'<%text>'}
-${next.body()}
-${'</%text>'}
-
-<%text><%def name="style()"></%text>
- <%block name="headers"/>
-
- <%text>${parent.style()}</%text>
- <link href="/css/site_docs.css" rel="stylesheet" type="text/css"></link>
-<%text></%def></%text>
-
-<%text><%def name="title()"></%text>${self.show_title()} &mdash; ${docstitle|h}<%text></%def></%text>
-
-
-<%!
- local_script_files = []
-%>