Readme

Basicstrap style theme for Sphinx. Using Twitter Bootstrap.

travis coveralls.io downloads latest version license requires.io

Features

Set up

Make environment with pip:

$ pip install sphinxjp.themes.basicstrap

Convert Usage

setup conf.py with:

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

and run:

$ make html

Caution

Caution when upgrading from 0.1.1 to 0.2.0

  • In version 0.1.1, the header color was black in the default, it has become white in 0.2.0.
  • If you like the black color header, please set to True the ‘header_inverse’ option.

Requirement

  • Python 2.6, 2.7, 3.3, 3.4 or later.
  • Sphinx 1.2.x or later.

Using

  • Twitter Bootstrap 3.2.0 and 2.3.2
  • jQuery 1.8.3
  • Bootswatch
  • Font Awesome 4.2.0