Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.
For the best experience please use the latest Chrome or Safari browser. Firefox 10 (to be released soon) will also handle it.
conf.py sample:
# -*- coding: utf-8 -*-
#
# -- General configuration -------------------------------------
source_suffix = '.rst'
master_doc = 'index'
project = u'Sphinx theme for dynamic html presentation style'
copyright = u'2012, Sphinx-users.jp'
version = '0.1.2'
# -- Options for HTML output -----------------------------------
extensions = ['sphinxjp.themecore']
html_theme = 'impressjs'
html_use_index = False