From: Mike Bayer Date: Tue, 12 Nov 2013 00:45:43 +0000 (-0500) Subject: attempt to use the css_files list so that we can integrate css X-Git-Tag: rel_0_9_0~125^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97e5f8e7d764bdd79a7399899880a55b8b1fdfd5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git attempt to use the css_files list so that we can integrate css better with rtd --- diff --git a/doc/build/templates/layout.mako b/doc/build/templates/layout.mako index 50f1d5de65..cbfafccf2c 100644 --- a/doc/build/templates/layout.mako +++ b/doc/build/templates/layout.mako @@ -3,6 +3,12 @@ <%! local_script_files = [] %> +<% + css_files[:0] = [ + '_static/pygments.css', + '_static/docs.css', + ] +%> <%doc> Structural elements are all prefixed with "docs-" @@ -42,8 +48,6 @@ withsidebar = bool(toc) and current_page_name != 'index' ${parent.headers()} - -