sphinxjp theme sample for Sphinx¶
Quick Start¶
install:
$ easy_install sphinxjp.themes.sphinxjp
setup your conf.py with:
extensions = ['sphinxjp.themecore']
html_theme = 'sphinxjp'
and run:
$ make html
then you will get this page’s style HTML output.