Hi Peter, On 3/7/19 5:12 PM, Peter Maydell wrote: > On Thu, 7 Mar 2019 at 15:24, Peter Maydell <peter.mayd...@linaro.org> wrote: >> >> The only difference from the v3 patchset is that I've >> changed a -d to -e in patch 10 as suggested by RTH. >> >> thanks >> -- PMM >> >> The following changes since commit 32694e98b8d7a246345448a8f707d2e11d6c65e2: >> >> Merge remote-tracking branch >> 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-03-06 >> 18:52:19 +0000) >> >> are available in the Git repository at: >> >> https://git.linaro.org/people/pmaydell/qemu-arm.git >> tags/pull-sphinx-20190307 >> >> for you to fetch changes up to c10e01b996df09f6cb4eceb2b7a9754bece927c9: >> >> MAINTAINERS: Add entry for Sphinx documentation infrastructure (2019-03-07 >> 14:26:47 +0000) >> >> ---------------------------------------------------------------- >> Enable building and installing rST docs with Sphinx >> >> --------------------------------------------------------------- > > Applied, thanks.
I'm getting: ./configure --enable-tools --enable-doc [...] GEN qga/qapi-generated/qapi-gen GEN docs/qemu-block-drivers.7 GEN docs/qemu-cpu-models.7 SPHINX docs/devel SPHINX docs/interop CC qapi/qapi-visit-core.o Error: source directory and destination directory are same. Error: source directory and destination directory are same. Makefile:880: recipe for target 'docs/interop/index.html' failed make: *** [docs/interop/index.html] Error 1 make: *** Waiting for unfinished jobs.... Makefile:877: recipe for target 'docs/devel/index.html' failed make: *** [docs/devel/index.html] Error 1 The command "make -j3 && ${TEST_CMD}" exited with 2. Is it due to the '-j3'? See: https://travis-ci.org/philmd/qemu/jobs/503343244