Table Of Contents

Previous topic

Sample

Next topic

conf.py sample

This Page

Readme

Business style documentation theme for Sphinx.

Features

  • provide bizstyle theme for render HTML document.

Set up

Make environment with easy_install:

$ easy_install sphinxjp.themes.bizstyle

Convert Usage

setup conf.py with:

html_theme = 'bizstyle'

and run:

$ make html

Requirement

  • Python 2.7 or later (not support 3.x)
  • Sphinx 1.2.x or later.

License

Licensed under the MIT license . See the LICENSE file for specific terms.