OPNFV Sphinx Theme
[opnfvdocs.git] / opnfv-theme / sphinx_opnfv_theme / opnfv / layout.html
diff --git a/opnfv-theme/sphinx_opnfv_theme/opnfv/layout.html b/opnfv-theme/sphinx_opnfv_theme/opnfv/layout.html
new file mode 100644 (file)
index 0000000..ddd674c
--- /dev/null
@@ -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'] %}