diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-12 22:06:53 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-12 22:06:53 +0100 |
commit | 456ed6b5f270823a89646c94ba601f9ed788e08a (patch) | |
tree | 5ead4243e3f87486d2f82ae97cc06195fa04c35e /scripts | |
parent | 9f385ba5b1718f7a28c3283b4ff6238874fb0dd1 (diff) | |
download | kyblo-456ed6b5f270823a89646c94ba601f9ed788e08a.tar.xz |
Switch to html5_polyglot writer
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/utils/reST.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |