Table Of Contents

Previous topic

Readme

Next topic

テーマのサンプル (Theme sample)

This Page

conf.py sample

Sample

# -*- coding: utf-8 -*-
source_suffix = '.rst'
master_doc = 'index'

project = u'Business style theme sample'
version = release = '0.1.0'
copyright = u'2011, FooBar inc.'

################################################################
# Extension and Theme setting
# You need to install `easy_install sphinxjp.themes.trstyle`

extensions = ['sphinxjp.themecore']
html_theme = 'trstyle'

################################################################
# HTML theme optinos for `trstyle` theme

html_theme_options = {
    'rightsidebar': False,
}

HTML theme options

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