Re: [PATCH 12/57] docs/qapi-domain: add :since: directive option

2025-03-07 Thread John Snow
On Fri, Mar 7, 2025 at 1:59 AM Markus Armbruster wrote: > John Snow writes: > > > Add a little special markup for registering "Since:" information. Adding > > it as an option instead of generic content lets us hoist the information > > into the Signature bar, optionally put it in the index, etc.

Re: [PATCH 12/57] docs/qapi-domain: add :since: directive option

2025-03-06 Thread Markus Armbruster
John Snow writes: > Add a little special markup for registering "Since:" information. Adding > it as an option instead of generic content lets us hoist the information > into the Signature bar, optionally put it in the index, etc. > > Signed-off-by: John Snow > --- > docs/sphinx/qapi_domain.py