Basicstrap style theme sample for Sphinx

Inner theme preview

You can see the inner theme in real time If you select a theme.

theme prview

Quick start

install(pip):

$ pip install sphinxjp.themes.basicstrap

setup your conf.py with:

extensions = ['sphinxjp.themes.basicstrap']
html_theme = 'basicstrap'

and run:

$ make html

then your will get this page’s style HTML output.