diff options
Diffstat (limited to 'opnfv-theme/sphinx_opnfv_theme/opnfv/layout.html')
-rw-r--r-- | opnfv-theme/sphinx_opnfv_theme/opnfv/layout.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opnfv-theme/sphinx_opnfv_theme/opnfv/layout.html b/opnfv-theme/sphinx_opnfv_theme/opnfv/layout.html new file mode 100644 index 000000000..ddd674cf1 --- /dev/null +++ b/opnfv-theme/sphinx_opnfv_theme/opnfv/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'] %} |