Feature:
- provide impressjs directive for impress.js presentaion control
- provide impressjs presentation theme for render HTML document
Install:
$ pip sphinxjp.themes.impressjs
setup your conf.py with:
html_theme = 'sphinxjp.themes.impressjs'
html_use_index = False
and run:
$ make html
then you’ll get this page’s style HTML output. Enjoy!
requirement:
Python 2.7 or later (not support 3.x)
Sphinx 1.2.x or later