A sphinx theme for HTML presentation style.
Project description
Impress.js presentation style theme for Sphinx.
Output sample
Feature
provide impressjs directive for impress.js presentaion control
provide impressjs presentation theme for render HTML document
Installation
Make environment with easy_install:
$ pip sphinxjp.themes.impressjs
setup conf.py with:
extensions = ['sphinxjp.themes.impressjs'] html_theme = 'impressjs' html_use_index = False
and run:
$ make html
Requirement
Libraries:
Python 2.7 or later (not support 3.x)
Sphinx 1.2.x or later.
Browsers:
Safari
Chrome
Firefox 10
License
Licensed under the MIT license . See the LICENSE file for specific terms.
HISTORY
0.1.4 (2017.01.12)
Fix import failure when using Python3
Fix some document typos
0.1.3 (2014.09.15)
remove ‘sphinxjp.themecore’ dependency
0.1.2 (2012.03.17)
Fix packaging failure
Fix typos
0.1.1 (2012.02.06)
Unify a text representation
0.1.0 (2012.02.05)
first release