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/gitweb.cgi?a=commitdiff_plain;h=15bb55727e18e7931976f01ba580751a46ebab10;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 db198aa52e..51b6dc8587 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()} - -