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

2025-03-08 Thread Markus Armbruster
John Snow writes: > On Fri, Mar 7, 2025 at 7:34 AM 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 f

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

2025-03-08 Thread John Snow
On Fri, Mar 7, 2025 at 7:34 AM 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 56/57] docs/qapidoc: add intermediate output debugger

2025-03-07 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 56/57] docs/qapidoc: add intermediate output debugger

2025-03-04 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