Initial reST documentation using Sphinx.

This commit is contained in:
Amar Takhar
2016-01-15 23:41:06 -05:00
committed by Amar Takhar
commit 5daabd23cf
109 changed files with 92496 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{# Import the theme's layout. #}
{% extends "!layout.html" %}
{# Custom CSS overrides #}
{% set bootswatch_css_custom = ['_static/my-styles.css'] %}