summaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-23 15:56:23 -0400
committerDavid Robillard <d@drobilla.net>2023-09-23 15:56:23 -0400
commit1cb305e9be14d8f696acb0473599c6be20ef56d0 (patch)
tree0e24a99f62df61ef3a016abe8da37de874109bb1 /doc/api
parentb324b9c62b362b1e9f4d3ca606292d2f60d9239c (diff)
downloadsratom-1cb305e9be14d8f696acb0473599c6be20ef56d0.tar.gz
sratom-1cb305e9be14d8f696acb0473599c6be20ef56d0.tar.bz2
sratom-1cb305e9be14d8f696acb0473599c6be20ef56d0.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 3dd9fc9..5bc586e 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_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',
)