summaryrefslogtreecommitdiffstats
path: root/opnfv-theme/sphinx_opnfv_theme/opnfv/layout.html
blob: ddd674cf1d510e2aa356ec5e09f14a987c76519c (plain)
1
2
3
4
5
{# Import the theme's layout. #}
{% extends "bootstrap/layout.html" %}

{# Custom CSS overrides #}
{% set css_files = css_files + ['_static/my-styles.css'] %}