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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user