Same issue as [here](https://github.com/tell-k/sphinxjp.themes.revealjs/issues/14). Change is required in `exec.py` for compilation of doc: `- from sphinx.util.compat import Directive + from docutils.parsers.rst import Directive` I will create a PR.
Same issue as here.
Change is required in
exec.pyfor compilation of doc:`- from sphinx.util.compat import Directive
I will create a PR.