Re: [PATCH v3 1/5] docs/sphinx: adjust qapidoc to cope with same-line error sections

2025-07-14 Thread Markus Armbruster
Markus Armbruster writes: > John Snow writes: > >> Signed-off-by: John Snow > > Let's mention the reproducer: "# Errors: some" in doc-good.json with > :transmogrify:. I'm adding Without this, the line the new QAPI doc generator chokes on # Errors: some in doc-good.js

Re: [PATCH v3 1/5] docs/sphinx: adjust qapidoc to cope with same-line error sections

2025-06-30 Thread Markus Armbruster
John Snow writes: > Signed-off-by: John Snow Let's mention the reproducer: "# Errors: some" in doc-good.json with :transmogrify:. > --- > docs/sphinx/qapidoc.py | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.p

[PATCH v3 1/5] docs/sphinx: adjust qapidoc to cope with same-line error sections

2025-06-18 Thread John Snow
Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.py index 8011ac9efaf..5374dee8fad 100644 --- a/docs/sphinx/qapidoc.py +++ b/docs/sphinx/qapidoc.py @@ -267,10 +267,14 @