From 456ed6b5f270823a89646c94ba601f9ed788e08a Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 12 Dec 2016 22:06:53 +0100 Subject: Switch to html5_polyglot writer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- scripts/utils/reST.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils/reST.py b/scripts/utils/reST.py index bcd688f..840c0ac 100644 --- a/scripts/utils/reST.py +++ b/scripts/utils/reST.py @@ -10,7 +10,7 @@ def reST_to_html(source): 'doctitle_xform': False, } formatted = core.publish_parts(source, - writer_name='html4css1', + writer_name='html5_polyglot', settings_overrides=settings_overrides) return formatted['body'] -- cgit v1.2.3-54-g00ecf