aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 16:31:16 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 16:31:16 -0400
commita20595e543a7c6070f7e8453adfbbc3cfab32a52 (patch)
treed1a3660be974d94c3a70a6e7fb67de871f4be924 /doc/api
parenta5d242b14d2b168bfe5d00e74227e672df2a8245 (diff)
downloadserd-a20595e543a7c6070f7e8453adfbbc3cfab32a52.tar.gz
serd-a20595e543a7c6070f7e8453adfbbc3cfab32a52.tar.bz2
serd-a20595e543a7c6070f7e8453adfbbc3cfab32a52.zip
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.
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/meson.build b/doc/api/meson.build
index f4fc057a..b6abb49c 100644
--- a/doc/api/meson.build
+++ b/doc/api/meson.build
@@ -1,9 +1,9 @@
# Copyright 2020-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
-c_serd_rst = custom_target(
+api_serd_rst = custom_target(
'serd.rst',
command: [sphinxygen, '-f', '@INPUT0@', '@OUTDIR@'],
- input: [c_index_xml],
+ input: doxygen_xml,
output: 'serd.rst',
)