summaryrefslogtreecommitdiff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2023-02-21 07:57:31 +0100
committerMartin Kletzander <mkletzan@redhat.com>2023-02-21 10:58:59 +0100
commita8347358984ffb92fe1827a2083eb3d2564ecd02 (patch)
tree45f972c3962d0c17326fd4d528a438416ecd804e /docs/meson.build
parentf0c1ce43824f049bb3dea056d4302132d47d24e8 (diff)
downloadlibvirt-a8347358984ffb92fe1827a2083eb3d2564ecd02.tar.gz
docs: Convert 404 page to rST
There is no markup equivalent for any of the <s/> or <del/> HTML tags, so this is the only thing I came up with and it looks like it works. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index a90c59866a..89ac93a958 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -253,7 +253,8 @@ html_xslt_gen += {
html_xslt_gen += {
'name': '404',
- 'source': 'docs' / '404.html.in',
+ 'file': docs_rst2html5_gen.process('404.rst'),
+ 'source': 'docs' / '404.rst',
'href_base': '/',
}