From: Mike Bayer Date: Tue, 12 Nov 2013 01:36:35 +0000 (-0500) Subject: css updates to better work with RTD badge X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frel_0_5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git css updates to better work with RTD badge --- diff --git a/doc/build/templates/layout.mako b/doc/build/templates/layout.mako index edb508fa56..16eab236a6 100644 --- a/doc/build/templates/layout.mako +++ b/doc/build/templates/layout.mako @@ -2,8 +2,14 @@ <%! local_script_files = [] + + default_css_files = [ + '_static/pygments.css', + '_static/docs.css', + ] %> + <%doc> Structural elements are all prefixed with "docs-" to prevent conflicts when the structure is integrated into the @@ -38,12 +44,12 @@ withsidebar = bool(toc) and current_page_name != 'index'
+ <%block name="headers"> + ${parent.headers()} - -