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.mako5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/build/templates/site_base.mako b/doc/build/templates/site_base.mako
index 301c6a6..8ab31d9 100644
--- a/doc/build/templates/site_base.mako
+++ b/doc/build/templates/site_base.mako
@@ -1,14 +1,17 @@
<%text>#coding:utf-8
-<%inherit file="/base.html"/>
+<%inherit file="/root.html"/>
<%page cache_type="file" cached="True"/>
<%!
in_docs=True
%>
</%text>
+<%doc>
+## TODO: pdf
<div style="text-align:right">
<b>PDF Download:</b> <a href="${pathto('sqlalchemy_' + release.replace('.', '_') + '.pdf', 1)}">download</a>
</div>
+</%doc>
${'<%text>'}
${next.body()}