How to install sphinxjp.themes.trstyle
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install sphinxjp.themes.trstyle
Lastest release
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.
AUTHORS
Sphinx template, css, packaging
- junichi KAKISAKO <junichi.kakisako at triax.jp> sphinx-users.jp
History
0.1.1 (2013-04-24)
- fix wrong header color with using contents directive.
0.1.0 (2011-09-30)
- first release