conf.py (5 lines of code) (raw):
# -*- 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,
# }