Table Of Contents

Previous topic

TriAx Corp style theme sample for Sphinx

Next topic

conf.py sample

This Page

Readme

Business style documentation theme for Sphinx.

Features

  • provide trstyle theme for render HTML document.

Set up

Make environment with easy_install:

$ easy_install sphinxjp.themes.trstyle

Convert Usage

setup conf.py with:

extensions = ['sphinxjp.themecore']
html_theme = 'trstyle'

and run:

$ make html

Requirement

  • Python 2.4 or later (not support 3.x)
  • Sphinx 1.0.x or later.

License

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