From 158b3c907fbea7cc0565c860427ec3228af74b53 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 16 Jan 2012 19:29:31 -0500 Subject: fix site base init.js, not sure what that is --- doc/build/templates/layout.mako | 1 - doc/build/templates/makoorg/root.mako | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/build/templates/layout.mako b/doc/build/templates/layout.mako index c8765ef..44a2362 100644 --- a/doc/build/templates/layout.mako +++ b/doc/build/templates/layout.mako @@ -44,7 +44,6 @@ withsidebar = bool(toc) and current_page_name != 'index' % for scriptfile in script_files + self.attr.local_script_files: % endfor - % if hasdoc('about'): % endif diff --git a/doc/build/templates/makoorg/root.mako b/doc/build/templates/makoorg/root.mako index 64ae564..35240d8 100644 --- a/doc/build/templates/makoorg/root.mako +++ b/doc/build/templates/makoorg/root.mako @@ -39,7 +39,7 @@ Mako Templates for Python - +
-- cgit v1.2.3