I just updated sphinx-argparse and see that long argument help strings (which I typically triple-quote) are being rendered as "definition", i.e., bold first line followed by indented subsequent lines.
Argparse, of course, handles these by changing interior sequences of white space to a single blank.
I think this extension should handle long strings the same way argparse does, or at least do so optionally.
I just updated sphinx-argparse and see that long argument help strings (which I typically triple-quote) are being rendered as "definition", i.e., bold first line followed by indented subsequent lines. Argparse, of course, handles these by changing interior sequences of white space to a single blank.
I think this extension should handle long strings the same way argparse does, or at least do so optionally.
Thanks, Rich