Re: [PATCH 1/3] docs: fix errors formatting in test-good

2025-05-28 Thread Markus Armbruster
John Snow writes: > If we remove the legacy parser, this formulation begins to fail because > the body text is appended directly after the field list entry, which is > invalid rST syntax. > > Markus: suggest where the new Exception(s) should go, if anywhere, and > how to update the tests? I'm ass

[PATCH 1/3] docs: fix errors formatting in test-good

2025-05-22 Thread John Snow
If we remove the legacy parser, this formulation begins to fail because the body text is appended directly after the field list entry, which is invalid rST syntax. Markus: suggest where the new Exception(s) should go, if anywhere, and how to update the tests? I'm assuming deeply you'll want to. S