Re: [PATCH v2 56/62] docs/qapidoc: add intermediate output debugger

2025-03-10 Thread John Snow
On Sun, Mar 9, 2025 at 5:17 PM Markus Armbruster wrote: > John Snow writes: > > > Add debugging output for the qapidoc transmogrifier - setting DEBUG=1 > > will produce .ir files (one for each qapidoc directive) that write the > > generated rst file to disk to allow for easy debugging and verifi

Re: [PATCH v2 56/62] docs/qapidoc: add intermediate output debugger

2025-03-09 Thread Markus Armbruster
John Snow writes: > Add debugging output for the qapidoc transmogrifier - setting DEBUG=1 > will produce .ir files (one for each qapidoc directive) that write the > generated rst file to disk to allow for easy debugging and verification > of the generated document. > > Signed-off-by: John Snow

[PATCH v2 56/62] docs/qapidoc: add intermediate output debugger

2025-03-09 Thread John Snow
Add debugging output for the qapidoc transmogrifier - setting DEBUG=1 will produce .ir files (one for each qapidoc directive) that write the generated rst file to disk to allow for easy debugging and verification of the generated document. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 41