sphinxjp.themes.sphinxjp is a Sphinx theme for sphinx-users.jp site.
Output Sample
output: http://packages.python.org/sphinxjp.themes.sphinxjp/
Setup
Make environment with easy_install:
easy_install sphinxjp.themes.sphinxjp
Convert Usage
setup conf.py with:
extensions = ['sphinxjp.themecore']
html_theme = 'sphinxjp'
and run:
make html
Product's homepage
Here are some key features of "sphinxjp.themes.sphinxjp":
· Provide sphinxjp theme used on the sphinx-users.jp site ( http://sphinx-users.jp/ ).
Requirements:
· Python
· Sphinx
· sphinxjp.themecore
What's New in This Release: [ read full changelog ]
· Fixed namespace package declaration missing, thank you togakushi!