summaryrefslogtreecommitdiff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2022-04-04 16:14:31 +0200
committerPeter Krempa <pkrempa@redhat.com>2022-04-12 12:53:32 +0200
commita2a089c65ef1a5684d431918e2d37ac2db708b4b (patch)
treee19f4349e45488815387a8e26e41016b8e26cc4f /docs/meson.build
parentfca82f4e283eef60f752128fd26810ebc325dd6a (diff)
downloadlibvirt-a2a089c65ef1a5684d431918e2d37ac2db708b4b.tar.gz
docs: Convert 'docs' index page to rst
Along with the conversion we need to adapt the stylesheets to apply to the new document similarly to how we do that in the knowledge base. Note that one visible difference is that now a 'Documentation' heading is visible on top of the page. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 91c6fbe844..3b7afd5baa 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -18,7 +18,6 @@ docs_assets = [
]
docs_html_in_files = [
- 'docs',
'formatcaps',
'formatnetwork',
'formatnode',
@@ -51,6 +50,7 @@ docs_rst_files = [
'csharp',
'daemons',
'dbus',
+ 'docs',
'downloads',
'drivers',
'drvbhyve',