summaryrefslogtreecommitdiff
path: root/docs/meson.build
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2022-08-03 14:59:14 +0200
committerPeter Krempa <pkrempa@redhat.com>2023-05-17 16:54:24 +0200
commit5ff58a0ce7a6ad452919a86a05e27427ccf1f27b (patch)
tree343e8c015283790f0cc145d1d4c624468077fdd0 /docs/meson.build
parentc0a06c081c234c9fcce885de98227f1dddb1abc4 (diff)
downloadlibvirt-5ff58a0ce7a6ad452919a86a05e27427ccf1f27b.tar.gz
docs: index: Convert to 'rst'HEADmaster
Final piece of conversion of our non-generated pages to 'rst'. Special raw HTML is used for adding the appropriate code to fetch the blog planet. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build12
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 8edb93333a..2f0ecb2272 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -17,10 +17,6 @@ docs_assets = [
'mstile-150x150.png',
]
-docs_html_in_files = [
- 'index',
-]
-
docs_rst_files = [
'aclpolkit',
'advanced-tests',
@@ -84,6 +80,7 @@ docs_rst_files = [
'governance',
'hacking',
'hooks',
+ 'index',
'issue-handling',
'libvirt-go',
'libvirt-go-xml',
@@ -230,13 +227,6 @@ html_xslt_gen = []
# source - source filename relative to repository root (optional, if there is no source)
# depends - explicit dependency on other input (optional)
-foreach name : docs_html_in_files
- html_xslt_gen += {
- 'name': name,
- 'source': 'docs' / name + '.html.in',
- }
-endforeach
-
foreach name : docs_rst_files
rst_file = '@0@.rst'.format(name)
html_xslt_gen += {