With this input: ```rst .. sphinx_argparse_cli:: :module: my_prog.__main__ :func: build_parser :prog: my-prog ``` Toctree render as:  --- And with this input: ```rst ####################### my-prog - CLI interface ####################### .. sphinx_argparse_cli:: :module: my_prog.__main__ :func: build_parser :prog: my-prog :title: ``` Toctree render as:  But the group is added as an `<h2>` in the page.