1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-12-17 16:26:15 +03:00

meson: Use 'rst2html5' instead of 'rst2html' everywhere

We only use the HTML5 version these days.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Andrea Bolognani
2021-08-09 16:48:58 +02:00
parent 5de700c64f
commit 556022c4dc
5 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ foreach name : docs_go_files
html_xslt_gen += {
'name': name,
'file': docs_rst2html_gen.process(rst_file),
'file': docs_rst2html5_gen.process(rst_file),
'source': 'docs' / 'go' / rst_file,
}
endforeach