Basicstrap style theme for Sphinx.
Make environment with pip:
$ pip install sphinxjp.themes.basicstrap
Make environment with easy_install:
$ easy_install sphinxjp.themes.basicstrap
setup conf.py with:
extensions = ['sphinxjp.themecore']
html_theme = 'basicstrap'
and run:
$ make html
Caution
Caution when upgrading from 0.1.1 to 0.2.0
See the LICENSE file for specific terms.