OPNFV Sphinx Theme
[opnfvdocs.git] / opnfv-theme / sphinx_opnfv_theme / opnfv / layout.html
1 {# Import the theme's layout. #}
2 {% extends "bootstrap/layout.html" %}
3
4 {# Custom CSS overrides #}
5 {% set css_files = css_files + ['_static/my-styles.css'] %}