[Qemu-devel] [PATCH 0/2] docs: build and install the 'specs' manual

Peter Maydell posted 2 patches 4 years, 11 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190610152444.20859-1-peter.maydell@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
Makefile             |  7 ++++++-
docs/specs/conf.py   | 16 ++++++++++++++++
docs/specs/index.rst |  9 +++++----
3 files changed, 27 insertions(+), 5 deletions(-)
create mode 100644 docs/specs/conf.py
[Qemu-devel] [PATCH 0/2] docs: build and install the 'specs' manual
Posted by Peter Maydell 4 years, 11 months ago
(Sorry for the initial send where I sent only the cover
letter and forgot to tell git send-email to send the
patches as well...)

With the recent addition of the XIVE documentation, we
now have some actual .rST format documentation in
docs/specs, so we should start building and installing
this manual.

Patch 1 in this series fixes up some minor problems with
docs/specs/index.rst which we didn't notice because we
weren't building the manual. Patch 2 adds the makefile
and config runes to do the build and install.

NB: there's a trivial textual conflict in Makefile
with the 'convert qemu-ga' patch I sent earlier today;
this applies direct on top of master.

thanks
-- PMM


Peter Maydell (2):
  docs/specs/index.rst: Fix minor syntax issues
  docs: Build and install specs manual

 Makefile             |  7 ++++++-
 docs/specs/conf.py   | 16 ++++++++++++++++
 docs/specs/index.rst |  9 +++++----
 3 files changed, 27 insertions(+), 5 deletions(-)
 create mode 100644 docs/specs/conf.py

-- 
2.20.1