diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2018-04-23 15:18:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-23 15:18:56 +0000 |
commit | 98fa6c92ed1326896671e23dac2f470c96e471ca (patch) | |
tree | 4ed3a273d8ddc66d50fb4c39fa8fd7fdce7e957a /opnfv-theme/sphinx_opnfv_theme/layout.html | |
parent | f39141858f45df25e7cb77a51442135cae33c52e (diff) | |
parent | bd331b2451a17eaf5ed8f6fc8aa89f0499031c28 (diff) |
Merge "Update OPNFV Sphinx Theme"
Diffstat (limited to 'opnfv-theme/sphinx_opnfv_theme/layout.html')
-rw-r--r-- | opnfv-theme/sphinx_opnfv_theme/layout.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opnfv-theme/sphinx_opnfv_theme/layout.html b/opnfv-theme/sphinx_opnfv_theme/layout.html new file mode 100644 index 000000000..ddd674cf1 --- /dev/null +++ b/opnfv-theme/sphinx_opnfv_theme/layout.html @@ -0,0 +1,5 @@ +{# Import the theme's layout. #} +{% extends "bootstrap/layout.html" %} + +{# Custom CSS overrides #} +{% set css_files = css_files + ['_static/my-styles.css'] %} |