Sphinx extention with theme to generate Reveal.js presentation
This extension generate Reveal.js presentation from standard reStructuredText.
It include theses features.
- Custom builder to translate from reST to reveal.js style HTML
- Template to be enable to render presentation local imdependent
$ pip install sphinx-revealjs
Create your sphinx documentation
Edit conf.py to use this extension
extensions = [ 'sphinx_revealjs', ]
Write source for standard document style
Build sources as Reveal.js presentation
$ make revealjs
See it
- Index template as none presentation
- CDN support
GitHub repository does not have reveal.js library.
If you use from GitHub and editable mode, Run tools/fetch_revealjs.py
after install.
$ git clone https://github.com/attakei/sphinx-revealjs
$ cd sphinx-revealjs
$ poetry install
$ poetry run python tools/fetch_revealjs.py
Apache-2.0 license. Please see LICENSE.