Re: [PATCH v3 0/5] docs: remove legacy qapidoc

2025-07-14 Thread Markus Armbruster
John Snow writes: > Remove docs/sphinx/qapidoc_legacy.py, and remove special parsing of > freeform QAPI documentation block sections in favor of using standard > rST syntax that is included in the final document with no special > parsing or post-processing. PATCH 1-3 Acked-by: Markus Armbruster

[PATCH v3 0/5] docs: remove legacy qapidoc

2025-06-18 Thread John Snow
Remove docs/sphinx/qapidoc_legacy.py, and remove special parsing of freeform QAPI documentation block sections in favor of using standard rST syntax that is included in the final document with no special parsing or post-processing. v3: - Fixed indentation for :error: in qapidoc - Removed parser