From c1cbdfaf687437baba73fbbe5551907b6913f0a4 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 2 Feb 2018 12:16:52 -0800 Subject: OPNFV Sphinx Theme This is a standalone theme for OPNFV docs based on the Sphinx Bootstrap Theme used in opnfvdocs. Change-Id: Ie145c0dc9c1e4c1ed0d8d72d687524b4ef5883de Signed-off-by: Trevor Bramwell --- opnfv-theme/sphinx_opnfv_theme/opnfv/layout.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 opnfv-theme/sphinx_opnfv_theme/opnfv/layout.html (limited to '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 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'] %} -- cgit 1.2.3-korg