summaryrefslogtreecommitdiffstats
path: root/common/sphinx_rtd_theme_rtems
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
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')
-rw-r--r--common/sphinx_rtd_theme_rtems/layout.html3
-rw-r--r--common/sphinx_rtd_theme_rtems/theme.conf4
2 files changed, 6 insertions, 1 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]-->
diff --git a/common/sphinx_rtd_theme_rtems/theme.conf b/common/sphinx_rtd_theme_rtems/theme.conf
index 3896d4d..bc70a79 100644
--- a/common/sphinx_rtd_theme_rtems/theme.conf
+++ b/common/sphinx_rtd_theme_rtems/theme.conf
@@ -4,8 +4,10 @@ stylesheet = css/theme.css
[options]
typekit_id = hiw1hhg
-analytics_id =
+analytics_id =
sticky_navigation = False
logo_only =
collapse_navigation = False
display_version = True
+search = True
+genindex = True