summaryrefslogtreecommitdiffstats
path: root/opnfv-theme/sphinx_opnfv_theme/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'opnfv-theme/sphinx_opnfv_theme/layout.html')
-rw-r--r--opnfv-theme/sphinx_opnfv_theme/layout.html5
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'] %}