Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.
For the best experience please use the latest Chrome or Safari browser. Firefox 10 (to be released soon) will also handle it.
Feature:
- provide
impressjs
directive for impress.js presentaion control- provide
impressjs
presentation theme for render HTML document
Install:
$ pip install sphinxjp.themes.impressjs
setup your conf.py
with:
extensions = ['sphinxjp.themes.impressjs']
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
Sphinx 1.2.x or later