From 5daabd23cfd13662e74ce8d069204882eb1fbad9 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 15 Jan 2016 23:41:06 -0500 Subject: Initial reST documentation using Sphinx. --- common/_templates/layout.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common/_templates/layout.html (limited to 'common/_templates') diff --git a/common/_templates/layout.html b/common/_templates/layout.html new file mode 100644 index 0000000..7f64789 --- /dev/null +++ b/common/_templates/layout.html @@ -0,0 +1,5 @@ +{# Import the theme's layout. #} +{% extends "!layout.html" %} + +{# Custom CSS overrides #} +{% set bootswatch_css_custom = ['_static/my-styles.css'] %} -- cgit v1.2.3