[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/12] sphinx queue
|
From: |
Peter Maydell |
|
Subject: |
[Qemu-devel] [PULL 00/12] sphinx queue |
|
Date: |
Thu, 7 Mar 2019 15:24:38 +0000 |
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
----------------------------------------------------------------
Peter Maydell (12):
docs/cpu-hotplug.rst: Fix rST markup issues
docs: Convert memory.txt to rst format
docs: Commit initial files from sphinx-quickstart
docs/conf.py: Disable unused _static directory
docs/conf.py: Configure the 'alabaster' theme
docs/conf.py: Don't include rST sources in HTML build
docs/conf.py: Disable option warnings
docs: Provide separate conf.py for each manual we want
Makefile, configure: Support building rST documentation
Makefile: Abstract out "identify the pkgversion" code
docs/conf.py: Don't hard-code QEMU version
MAINTAINERS: Add entry for Sphinx documentation infrastructure
configure | 15 ++-
Makefile | 78 ++++++++----
.gitignore | 1 +
MAINTAINERS | 6 +
docs/conf.py | 216 ++++++++++++++++++++++++++++++++++
docs/cpu-hotplug.rst | 2 +-
docs/devel/conf.py | 15 +++
docs/devel/index.rst | 21 ++++
docs/devel/{memory.txt => memory.rst} | 128 +++++++++++---------
docs/index.rst | 15 +++
docs/interop/conf.py | 15 +++
docs/interop/index.rst | 18 +++
12 files changed, 449 insertions(+), 81 deletions(-)
create mode 100644 docs/conf.py
create mode 100644 docs/devel/conf.py
create mode 100644 docs/devel/index.rst
rename docs/devel/{memory.txt => memory.rst} (85%)
create mode 100644 docs/index.rst
create mode 100644 docs/interop/conf.py
create mode 100644 docs/interop/index.rst
- [Qemu-devel] [PULL 00/12] sphinx queue,
Peter Maydell <=
- [Qemu-devel] [PULL 01/12] docs/cpu-hotplug.rst: Fix rST markup issues, Peter Maydell, 2019/03/07
- [Qemu-devel] [PULL 02/12] docs: Convert memory.txt to rst format, Peter Maydell, 2019/03/07
- [Qemu-devel] [PULL 04/12] docs/conf.py: Disable unused _static directory, Peter Maydell, 2019/03/07
- [Qemu-devel] [PULL 05/12] docs/conf.py: Configure the 'alabaster' theme, Peter Maydell, 2019/03/07
- [Qemu-devel] [PULL 07/12] docs/conf.py: Disable option warnings, Peter Maydell, 2019/03/07
- [Qemu-devel] [PULL 06/12] docs/conf.py: Don't include rST sources in HTML build, Peter Maydell, 2019/03/07
- [Qemu-devel] [PULL 03/12] docs: Commit initial files from sphinx-quickstart, Peter Maydell, 2019/03/07
- [Qemu-devel] [PULL 10/12] Makefile: Abstract out "identify the pkgversion" code, Peter Maydell, 2019/03/07
- [Qemu-devel] [PULL 09/12] Makefile, configure: Support building rST documentation, Peter Maydell, 2019/03/07
- [Qemu-devel] [PULL 11/12] docs/conf.py: Don't hard-code QEMU version, Peter Maydell, 2019/03/07