meson: Pass -j option to sphinx
authorFabiano Rosas <farosas@suse.de>
Wed, 3 May 2023 20:39:46 +0000 (17:39 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:50 +0000 (08:53 +0200)
commited8d95182bc994e31e730c59e1c8bfec4822b27d
tree991a86339dbc83df9ecd913b9559b1f6238cb7e9
parent8bf171c2d126aea6b60b818f1cee7e0e9eef0390
meson: Pass -j option to sphinx

Save a bit of build time by passing the number of jobs option to
sphinx.

We cannot use  the -j option from make because  meson does not support
setting build time parameters for custom targets. Use nproc instead or
the equivalent sphinx option "-j  auto", if that is available (version
>=1.7.0).

Also make sure our plugins support parallelism and report it properly
to sphinx. Particularly, implement the merge_domaindata method in
DBusDomain that is used to merge in data from other subprocesses.

Tested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Message-Id: <20230503203947.3417-2-farosas@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/meson.build
docs/sphinx/dbusdomain.py
docs/sphinx/fakedbusdoc.py
docs/sphinx/qmp_lexer.py