How to install sphinxjp.themes.bizstyle
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install sphinxjp.themes.bizstyle
Lastest release
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:
extensions = ['sphinxjp.themecore'] html_theme = 'bizstyle'
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, JavaScript and Packaging
- Shoji KUMAGAI <take.this.2.your.grave at gmail.com> sphinx-users.jp
Report bugs, typos and pull requests
- @shimizukawa
- @tokakushi
- @nanimosa
- @hokorobi
Thanks to your contribution!
History
0.1.5 (May 27, 2012)
- merge pull request. thanks you hokorobi!
0.1.4 (May 24, 2012)
- add support for mobile devices.
- fix typo, thank you nanimosa!
0.1.3 (Aug 30, 2011)
- modify styles for 'Admonitions'.
0.1.2 (Jul 26, 2011)
- add 2 background images to package.
0.1.1 (Jul 6, 2011)
- with the modification of the 'sphinxjp.themecore' package, modify the relevant sections. thank you shimizukawa, togakushi!!
0.1.0 (Mar 27, 2011)
- first release