qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Fixes docs building on msys2/mingw
@ 2020-10-15 22:06 Yonggang Luo
  2020-10-15 22:06 ` [PATCH v4 1/4] docs: Fixes build docs " Yonggang Luo
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Yonggang Luo @ 2020-10-15 22:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Yonggang Luo

V3-V4
Quic fixes of
python style
if xxx:

tested locally

V2-V3
No need convert perl trick to python script anymore
after Paolo's removal of ninjatool.
Revise Meson: Move the detection logic for sphinx to meson
for pass other platform by letting SPHINX_ARGS to be empty
when build_docs are false

v1 - v2
Also move the docs configure part from
configure to meson, this also fixed the pending
ninjatool removal caused issue that docs  can
not be build under msys2/mingw

Yonggang Luo (4):
  docs: Fixes build docs on msys2/mingw
  configure: the docdir option should passed to meson as is.
  meson: Move the detection logic for sphinx to meson
  cirrus: Enable doc build on msys2/mingw

 .cirrus.yml                   |  6 +++-
 configure                     | 62 +++--------------------------------
 docs/conf.py                  |  2 +-
 docs/meson.build              |  4 +--
 docs/sphinx/kerneldoc.py      |  2 +-
 meson.build                   | 60 +++++++++++++++++++++++++++++----
 meson_options.txt             |  5 ++-
 tests/qapi-schema/meson.build |  2 +-
 8 files changed, 72 insertions(+), 71 deletions(-)

-- 
2.28.0.windows.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-10-16  8:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-15 22:06 [PATCH v4 0/4] Fixes docs building on msys2/mingw Yonggang Luo
2020-10-15 22:06 ` [PATCH v4 1/4] docs: Fixes build docs " Yonggang Luo
2020-10-15 22:19   ` Paolo Bonzini
2020-10-16  3:07     ` 罗勇刚(Yonggang Luo)
2020-10-15 22:06 ` [PATCH v4 2/4] configure: the docdir option should passed to meson as is Yonggang Luo
2020-10-15 22:06 ` [PATCH v4 3/4] meson: Move the detection logic for sphinx to meson Yonggang Luo
2020-10-16  7:46   ` Paolo Bonzini
2020-10-16  7:52     ` 罗勇刚(Yonggang Luo)
2020-10-16  7:57       ` Paolo Bonzini
2020-10-16  7:58         ` 罗勇刚(Yonggang Luo)
2020-10-16  7:58         ` 罗勇刚(Yonggang Luo)
2020-10-16  8:05         ` Paolo Bonzini
2020-10-16  8:12           ` 罗勇刚(Yonggang Luo)
2020-10-15 22:06 ` [PATCH v4 4/4] cirrus: Enable doc build on msys2/mingw Yonggang Luo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).