From e30d492ac1aeb3d3545f7d49af20c8239b304b88 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 16 Jan 2012 19:33:56 -0500 Subject: toot --- doc/build/templates/layout.mako | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build/templates/layout.mako b/doc/build/templates/layout.mako index 44a2362..5402ac1 100644 --- a/doc/build/templates/layout.mako +++ b/doc/build/templates/layout.mako @@ -184,7 +184,8 @@ withsidebar = bool(toc) and current_page_name != 'index' © Copyright ${copyright|h}. % endif % if show_sphinx: - Created using Sphinx ${sphinx_version|h}. + Documentation generated using Sphinx ${sphinx_version|h} + with Mako templates. % endif -- cgit v1.2.3