Peter Maydell <peter.mayd...@linaro.org> writes:

> On Thu, 16 Jan 2020 at 14:15, Peter Maydell <peter.mayd...@linaro.org> wrote:
>>
>> We want a user-facing manual which contains system emulation
>> documentation. Create an empty one which we can populate.
>>
>> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
>> ---
>>  Makefile              | 10 +++++++++-
>>  docs/system/conf.py   | 15 +++++++++++++++
>>  docs/system/index.rst | 16 ++++++++++++++++
>>  3 files changed, 40 insertions(+), 1 deletion(-)
>>  create mode 100644 docs/system/conf.py
>>  create mode 100644 docs/system/index.rst
>
> I think this may have crossed in the post with the
> commit adding index.html.in. Anyway, here's the obvious
> fixup, which I plan to squash into this patch without
> doing a respin unless there's some other respin needed:
>
> diff --git a/docs/index.html.in b/docs/index.html.in
> index 94eb782cf7e..573c543c02b 100644
> --- a/docs/index.html.in
> +++ b/docs/index.html.in
> @@ -11,6 +11,7 @@
>              <li><a href="qemu-qmp-ref.html">QMP Reference Manual</a></li>
>              <li><a href="qemu-ga-ref.html">Guest Agent Protocol
> Reference</a></li>
>              <li><a href="interop/index.html">System Emulation
> Management and Interoperability Guide</a></li>
> +            <li><a href="system/index.html">System Emulation User's
> Guide</a></li>
>              <li><a href="specs/index.html">System Emulation Guest
> Hardware Specifications</a></li>
>          </ul>
>      </body>


This didn't seem to make a difference on readthedocs so I assume this is
for different tooling?

Anyway:

Reviewed-by: Alex Bennée <alex.ben...@linaro.org>

>
> thanks
> -- PMM


-- 
Alex Bennée

Reply via email to