Günter Milde
-
2017-06-28
- labels: --> S5 writer
It is possible to pass the path to a custom theme to rst2s5:
$ rst2s5 --theme=pwd/ui/mytheme notes.rst slides.html
rst2s5 does not complain, but in the output, we have the full path:
~~~~
<link rel="stylesheet" href="ui//home/user/path/ui/mytheme/slides.css" type="text/css" media="projection" id="slideProj">
~~~~
Simply passing mytheme to rst2s5 does not work.