# -*- coding: utf-8 -*-
#
# -- General configuration -----------------------------------------------------
source_suffix = '.rst'
master_doc = 'index'
project = u'sphinx theme for dotted style'
copyright = u'2011, Sphinx-users.jp'
version = '0.1.2'
# -- Options for HTML output ---------------------------------------------------
html_theme = 'dotted'
# -- HTML theme options for `dotted` style -------------------------------------
html_theme_options = {
'slidetoc': True,
'enablesidebar': True,
'rightsidebar': True,
}
slidetoc: | Enable global toc (table of contents) tree on top-navigation bar. Defaults to false. |
---|---|
enablesidebar: | Enable to show the sidebar on the left side of document. Defaults to false. |
rightsidebar: | Put the sidebar on the right side. Defaults to false. |
« Readme :: Contents :: Sample Document »