summaryrefslogtreecommitdiff
path: root/doc/build/templates/static_base.mako
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/templates/static_base.mako')
-rw-r--r--doc/build/templates/static_base.mako9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/templates/static_base.mako b/doc/build/templates/static_base.mako
index 40bf1c68f..9eb5ec046 100644
--- a/doc/build/templates/static_base.mako
+++ b/doc/build/templates/static_base.mako
@@ -9,6 +9,15 @@
<%block name="head_title">
</%block>
</title>
+
+ <%block name="css">
+ <!-- begin iterate through SQLA + sphinx environment css_files -->
+ % for cssfile in self.attr.default_css_files + css_files:
+ <link rel="stylesheet" href="${pathto(cssfile, 1)}" type="text/css" />
+ % endfor
+ <!-- end iterate through SQLA + sphinx environment css_files -->
+ </%block>
+
<%block name="headers"/>
</head>
<body>