summaryrefslogtreecommitdiffstats
path: root/common/_templates/layout.html
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-15 23:41:06 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:07 -0400
commit5daabd23cfd13662e74ce8d069204882eb1fbad9 (patch)
treef4146d003923a3de5cf5071b76721b7883123364 /common/_templates/layout.html
downloadrtems-docs-5daabd23cfd13662e74ce8d069204882eb1fbad9.tar.bz2
Initial reST documentation using Sphinx.
Diffstat (limited to 'common/_templates/layout.html')
-rw-r--r--common/_templates/layout.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/_templates/layout.html b/common/_templates/layout.html
new file mode 100644
index 0000000..7f64789
--- /dev/null
+++ b/common/_templates/layout.html
@@ -0,0 +1,5 @@
+{# Import the theme's layout. #}
+{% extends "!layout.html" %}
+
+{# Custom CSS overrides #}
+{% set bootswatch_css_custom = ['_static/my-styles.css'] %}