From 1cb305e9be14d8f696acb0473599c6be20ef56d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 15:56:23 -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). Also remove the shared doctrees directory option, since I suspect this causes issues in parallel builds. --- doc/api/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api') diff --git a/doc/api/meson.build b/doc/api/meson.build index 3dd9fc9..5bc586e 100644 --- a/doc/api/meson.build +++ b/doc/api/meson.build @@ -1,9 +1,9 @@ # Copyright 2020-2023 David Robillard # SPDX-License-Identifier: 0BSD OR ISC -c_sratom_rst = custom_target( +api_sratom_rst = custom_target( 'sratom.rst', command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'], - input: [c_index_xml], + input: doxygen_xml, output: 'sratom.rst', ) -- cgit v1.2.1