From: Guenter M. <mi...@us...> - 2017-03-01 11:05:19
|
On 2017-02-28, Matěj Cepl wrote: > Using “rst2html5 (Docutils 0.13.1 [release], Python 2.7.13, on > linux2)” and this docutils.conf in the directory with my *.rst > file: ... > [html5 writer] ... > I get no stylesheet or template used. However, when I run > $ rst2html5 --template=layout.tpl \ > --stylesheet-path=minimal.css,plain.css,mystyle.css \ > source.rst >output.html > both template and stylesheets are used. > What’s the difference? You found a bug. The html5 writer used the wrong config section. (I missed this during the renaming from html-plain.) This is fixed now (Revision 8041). Thank you for reporting and sorry for the inconvenience, Günter |