]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: introduce rst2html as a mandatory tool for building docs
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 18 Oct 2019 13:18:36 +0000 (14:18 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 4 Dec 2019 15:48:28 +0000 (15:48 +0000)
commitc7f75bf04d07506bd4d9e862b9b38a1e423d88b6
treef4e0bbc64ecc263a1e211083c0d12d6606a56800
parentbfe9f25b49827f02027b5a5e88226ce933e1bd7c
docs: introduce rst2html as a mandatory tool for building docs

The rst2html tool is provided by python docutils, and as the name
suggests, it converts RST documents into HTML.

Basic rules are added for integrating RST docs into the website
build process.

This enables us to start writing docs on our website in RST format
instead of HTML, without changing the rest of our website templating
system away from XSLT yet.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
.travis.yml
docs/Makefile.am
libvirt.spec.in
m4/virt-external-programs.m4
mingw-libvirt.spec.in