diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2022-08-05 11:04:42 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2022-08-08 00:04:51 +0200 |
commit | ed201f05042e990240b85da74e07686f6c13e39d (patch) | |
tree | 5a16d697e862f7ae44ec88dcc6d5efa1c3a4f4e3 /docs/_templates/layout.html | |
parent | 474ea7ed2bf044798bf05654e757fef090e8aed8 (diff) |
Consistent use of material theme across specs and impl project docs
This applies the same material theme and build dependencies to the
implementation project documentation as used by the specs. It thereby
creates a consistens look-and-feel across both set of docs.
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Change-Id: I16f8bf2b500260549bab8b21d1ab58d76cb103c6
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r-- | docs/_templates/layout.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 975cd9813..7a1cf9fe6 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -2,4 +2,11 @@ {% extends "!layout.html" %} {# Custom CSS overrides #} -{% set css_files = css_files + ['_static/my-styles.css'] %} +{% set css_files = css_files + ['_static/custom.css'] %} + +{%- block extrahead %} +{# Add custom things to the head HTML tag #} +{# Call the parent block #} + +{{ super() }} +{%- endblock %}
\ No newline at end of file |