sphinx theme for dotted style documentation

conf.py sample

«  Readme   ::   Contents   ::   Sample Document  »

conf.py sample

Sample

# -*- 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,
}

HTML theme options

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.

Table Of Contents

Previous topic

Readme

Next topic

Sample Document

This Page

«  Readme   ::   Contents   ::   Sample Document  »