autoprogram
autoprogram copied to clipboard
Provide an option/directive to suppress/strip the title
I'm looking to use sphinxcontrib-autoprogram to embed the argparse help into a manpage of sorts.
But .. autoprogram:: adds a section head containing the :prog: name like so:

(It's the "aiosmtpd" line right under "SYNOPSIS". rst source code is as follows:)
SYNOPSIS
========
.. autoprogram:: aiosmtpd.main:_parser()
:prog: aiosmtpd
Please add an option/directive such as :notitle: to suppress this.