]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: prefer to use rst2html5 instead of rst2html
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 6 Dec 2019 17:48:34 +0000 (17:48 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 11 Dec 2019 11:50:53 +0000 (11:50 +0000)
commit263731548d9c06021fddc060fff4e03aa4ed3f4f
treedb8191619bba3724f46d2621bd0c451d8cef0319
parent2dc58472c15b29a1c5f11b1ca42545de65cf7d52
docs: prefer to use rst2html5 instead of rst2html

Our website is written assuming HTML5 standard & doctype:

  commit b1c81567c7172bc9dcd701cf46ea3f87725d62c7
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Wed Jul 26 18:01:25 2017 +0100

    docs: switch to using HTML5 doctype declaration

so we want the RST conversion to also use HTML5. Ubuntu 16.04 still
only has the HTML4 generating tools though, so we have that as a
fallback.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
m4/virt-external-programs.m4