Optimize for sphinx-revealjs on Read the Docs
This has plugin for Reveal.js to optimize presentation on Read the Docs.
You will be able to well done about manage presentation on RTD.
pip install atsphinx-revealjs-rtd
extensions = [
..., # Your extensions
"atsphinx.revealjs_rtd",
]
This does not have features as Python works, have only providing Reveal.js plugin.
- You can toggle versioning widget of RTD by pressing 'D' key.
- (ToDo) It suppresses Reveal.js shortcut when you searching on widget of RTD.