================
 conf.py sample
================

Sample
======

.. literalinclude:: conf.py


HTML theme options
==================

:lang:
   Set the lang attribute of the html tag. Defaults to 'en'

:nosidebar:
   Disable to show the sidebar. Defaults to 'false'

:rightsidebar:
   Put the sidebar on the right side. Defaults to false.

:sidbar_span:
   Set the width of the sidebar. Defaults to 3

:nav_fixed:
   Fixed the width of the sidebar. Defaults to false

:nav_width:
   Set the width of the sidebar. Defaults to '900px'

:content_fixed:
   Fixed the width of the content area. Defaults to false

:content_width:
   Set the width of the content area. Defaults to '900px'

:row_fixed:
   Fixed the width of the row. Defaults to false

:noresponsive:
   Disable the responsive design. Defaults to false

:googlewebfont:
   Enable Google Web Font. Defaults to false

:googlewebfont_url:
   Set the URL of Google Web Font's CSS. Defaults to 'http://fonts.googleapis.com/css?family=Text+Me+One'

:googlewebfont_style:
   Set the Style of Google Web Font's CSS. Defaults to "font-family: 'Text Me One', sans-serif;"

:header_inverse:
   Set 'navbar-inverse' attribute to header navbar. Defaults to false.

:relbar_inverse:
   Set 'navbar-inverse' attribute to relbar navbar. Defaults to false.

:inner_theme:
   Enable inner theme by Bootswatch. Defaults to false

:inner_theme_name:
   Set the Name of Bootswatch Style. Defaults to 'bootswatch-ameria'
