Re: [PATCH] docs: fix broken reference

2021-06-05 Thread Laurent Vivier
Le 11/05/2021 à 21:29, John Snow a écrit : > Long story short, we need a space here for the reference to work > correctly. > > > Longer story: > > Without the space, kerneldoc generates a line like this: > > one of :c:type:`MemoryListener.region_add\(\) > `,:c:type:`MemoryListener.region_del\(

Re: [PATCH] docs: fix broken reference

2021-05-25 Thread Peter Maydell
On Tue, 11 May 2021 at 20:29, John Snow wrote: > > Long story short, we need a space here for the reference to work > correctly. > > > Longer story: > > Without the space, kerneldoc generates a line like this: > > one of :c:type:`MemoryListener.region_add\(\) > `,:c:type:`MemoryListener.region_de

Re: [PATCH] docs: fix broken reference

2021-05-24 Thread John Snow
ping On 5/11/21 3:29 PM, John Snow wrote: Long story short, we need a space here for the reference to work correctly. Longer story: Without the space, kerneldoc generates a line like this: one of :c:type:`MemoryListener.region_add\(\) `,:c:type:`MemoryListener.region_del\(\) Sphinx does no

[PATCH] docs: fix broken reference

2021-05-11 Thread John Snow
Long story short, we need a space here for the reference to work correctly. Longer story: Without the space, kerneldoc generates a line like this: one of :c:type:`MemoryListener.region_add\(\) `,:c:type:`MemoryListener.region_del\(\) Sphinx does not process the role information correctly, so