Re: [PATCH 2/2] qemu-option-trace.rst.inc: Don't use option:: markup

2020-11-02 Thread Stefan Hajnoczi
On Fri, Oct 30, 2020 at 5:48 PM Peter Maydell wrote: > > Sphinx 3.2 is pickier than earlier versions about the option:: markup, > and complains about our usage in qemu-option-trace.rst: > > ../../docs/qemu-option-trace.rst.inc:4:Malformed option description > '[enable=]PATTERN', should look like

Re: [PATCH 2/2] qemu-option-trace.rst.inc: Don't use option:: markup

2020-10-30 Thread Daniel P . Berrangé
On Fri, Oct 30, 2020 at 05:47:00PM +, Peter Maydell wrote: > Sphinx 3.2 is pickier than earlier versions about the option:: markup, > and complains about our usage in qemu-option-trace.rst: > > ../../docs/qemu-option-trace.rst.inc:4:Malformed option description > '[enable=]PATTERN', should l

[PATCH 2/2] qemu-option-trace.rst.inc: Don't use option:: markup

2020-10-30 Thread Peter Maydell
Sphinx 3.2 is pickier than earlier versions about the option:: markup, and complains about our usage in qemu-option-trace.rst: ../../docs/qemu-option-trace.rst.inc:4:Malformed option description '[enable=]PATTERN', should look like "opt", "-opt args", "--opt args", "/opt args" or "+opt args"