conf.py の 下記行を書き換える事により変更できます。
html_theme = 'default'
conf.pyの書き換え:
html_theme = 'basic'
conf.pyの書き換え:
html_theme = 'default'
conf.pyの書き換え:
html_theme = 'sphinxdoc'
conf.pyの書き換え:
html_theme = 'scrolls'
conf.pyの書き換え:
html_theme = 'agogo'
conf.pyの書き換え:
html_theme = 'nature'
conf.pyの書き換え:
html_theme = 'pyramid'
conf.pyの書き換え:
html_theme = 'haiku'
conf.pyの書き換え:
html_theme = 'traditional'
conf.pyの書き換え:
html_theme = 'epub'
http://pypi.python.org/pypi/sphinxjp.themes.bizstyle/
インストール方法例:
easy_install sphinxjp.themes.bizstyle
conf.pyの書き換え:
html_theme = 'bizstyle'
extensions = ['sphinxjp.themecore']
# 下記オプションでバックグラウンドの色を変更する事が可能です。※必須ではありません
html_theme_options = {'maincolor' : "#696969"}
http://pypi.python.org/pypi/sphinxjp.themes.dotted/
インストール方法例:
easy_install sphinxjp.themes.dotted
conf.pyの書き換え:
extensions = ['sphinxjp.themecore']
html_theme = 'dotted'
http://pypi.python.org/pypi/sphinxjp.themes.sphinxjp/
インストール方法例:
easy_install sphinxjp.themes.sphinxjp
conf.pyの書き換え:
extensions = ['sphinxjp.themecore']
html_theme = 'sphinxjp'
http://pypi.python.org/pypi/sphinxjp.themes.trstyle/
インストール方法例:
easy_install sphinxjp.themes.trstyle
conf.pyの書き換え:
extensions = ['sphinxjp.themecore']
html_theme = 'trstyle'
http://pypi.python.org/pypi/sphinxjp.themes.s6/
※デモについてはURL先参照
インストール方法例:
easy_install sphinxjp.themes.s6
conf.pyの書き換え:
extensions = ['sphinxjp.themecore']
html_theme = 's6'
http://pypi.python.org/pypi/sphinxjp.themes.htmlslide
※デモについてはURL先参照
インストール方法例:
easy_install sphinxjp.themes.htmlslide
conf.pyの書き換え:
extensions = ['sphinxjp.themecore']
html_theme = 'htmlslide'
pygments_style = 'monokai'
http://pypi.python.org/pypi/sphinxjp.themes.impressjs/
※デモについてはURL先参照
インストール方法例:
easy_install sphinxjp.themes.impressjs
conf.pyの書き換え:
extensions = ['sphinxjp.themecore']
html_theme = 'impressjs'
html_use_index = False