summaryrefslogtreecommitdiffstats
path: root/common/sphinx_rtd_theme_rtems
diff options
context:
space:
mode:
Diffstat (limited to '')
-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