summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPeter Maydell2020-09-25 18:23:08 +0200
committerMarkus Armbruster2020-09-29 17:55:39 +0200
commiteb937365faeeddc94a0144bc1565b223ee87351f (patch)
tree74c4b6e45c9527f821e55c8cce1448a59c8d5819 /docs
parenttests/qapi-schema: Convert doc-good.json to rST-style strong/emphasis (diff)
downloadqemu-eb937365faeeddc94a0144bc1565b223ee87351f.tar.gz
qemu-eb937365faeeddc94a0144bc1565b223ee87351f.tar.xz
qemu-eb937365faeeddc94a0144bc1565b223ee87351f.zip
meson.build: Move SPHINX_ARGS to top level meson.build file
We're going to want to use SPHINX_ARGS in both docs/meson.build and tests/qapi-schema/meson.build. Move the definition up to the top level file so it is available to both subdirectories. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200925162316.21205-14-peter.maydell@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 663bdb9073..52e384be17 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,11 +1,3 @@
-SPHINX_ARGS = [config_host['SPHINX_BUILD'],
- '-Dversion=' + meson.project_version(),
- '-Drelease=' + config_host['PKGVERSION']]
-
-if get_option('werror')
- SPHINX_ARGS += [ '-W' ]
-endif
-
if build_docs
configure_file(output: 'index.html',
input: files('index.html.in'),