Table Of Contents

Previous topic

Readme

Next topic

History and Authors

This Page

conf.py sample

Sample

# -*- coding: utf-8 -*-
#
# -- General configuration -------------------------------------

source_suffix = '.rst'
master_doc = 'index'

project = u'Sphinx theme for Business style'
copyright = u'2011, Sphinx-users.jp'

version = '0.1.6'

# -- Options for HTML output -----------------------------------

html_theme = 'bizstyle'

html_theme_options = {
    'rightsidebar': False,
}

HTML theme options

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