From f1eff805e3160cf9eac26dad84f56f5a3338bcb3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 16:27:35 -0400 Subject: Explicitly specify all documentation dependencies Yet another attempt to sort out flaky documentation builds. This tries to be careful and describe the complete documentation dependency graph to meson explicitly (ignoring tool outputs that aren't used). --- doc/singlehtml/meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/singlehtml') diff --git a/doc/singlehtml/meson.build b/doc/singlehtml/meson.build index 0fea876..63a1bc2 100644 --- a/doc/singlehtml/meson.build +++ b/doc/singlehtml/meson.build @@ -13,12 +13,13 @@ custom_target( '@OUTDIR@' / '..', '-t', 'singlehtml', ] + sphinx_flags, - input: [c_rst_files, c_zix_rst, c_index_xml, conf_py], + input: [api_zix_rst, conf_py, sphinx_input], install: true, install_dir: singlehtml_dir, output: [ - '_static', 'index.html', + + '_static', ], ) -- cgit v1.2.1