Re: [PATCH 04/57] docs/sphinx: add compat.py module and nested_parse helper

2025-03-07 Thread John Snow
On Fri, Mar 7, 2025 at 12:46 AM Markus Armbruster wrote: > John Snow writes: > > > Create a compat module that handles sphinx cross-version compatibility > > issues. For the inaugural function, add a nested_parse() helper that > > handles differences in line number tracking for nested directive

Re: [PATCH 04/57] docs/sphinx: add compat.py module and nested_parse helper

2025-03-06 Thread Markus Armbruster
John Snow writes: > Create a compat module that handles sphinx cross-version compatibility > issues. For the inaugural function, add a nested_parse() helper that > handles differences in line number tracking for nested directive body > parsing. > > Spoilers: there are more cross-version hacks to