summaryrefslogtreecommitdiffstats
path: root/common/sphinx_rtd_theme_rtems/layout.html
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-01-26 12:26:11 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:25 -0400
commitc18d76ae5529e4a032f118c7d203c80df388c4e7 (patch)
tree7a55369137466e8f40d5ea90421a628f20b2b14c /common/sphinx_rtd_theme_rtems/layout.html
parentC user guide clean up. Up to timer manager. (diff)
downloadrtems-docs-c18d76ae5529e4a032f118c7d203c80df388c4e7.tar.bz2
Add my-style.css support and add RTEMS to that CSS.
Diffstat (limited to 'common/sphinx_rtd_theme_rtems/layout.html')
-rw-r--r--common/sphinx_rtd_theme_rtems/layout.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/sphinx_rtd_theme_rtems/layout.html b/common/sphinx_rtd_theme_rtems/layout.html
index 44978c9..86927c6 100644
--- a/common/sphinx_rtd_theme_rtems/layout.html
+++ b/common/sphinx_rtd_theme_rtems/layout.html
@@ -7,6 +7,9 @@
{%- set titlesuffix = "" %}
{%- endif %}
+{# Custom CSS overrides #}
+{% set extra_css_files = ['_static/my-styles.css'] %}
+
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->