Impress.js presentation style theme for Sphinx.
- provide
impressjs
directive for impress.js presentaion control - provide
impressjs
presentation theme for render HTML document
Make environment with easy_install:
$ pip install sphinxjp.themes.impressjs
setup conf.py with:
extensions = ['sphinxjp.themes.impressjs'] html_theme = 'impressjs' html_use_index = False
and run:
$ make html
Libraries:
- Python 3.9 or later
- Sphinx 7.2 or later.
Browsers:
- Safari
- Chrome
- Firefox
Licensed under the MIT license . See the LICENSE file for specific terms.