alex-rudakov / sphinx-argparse

Sphinx extension that automatically document argparse commands and options
MIT License
49 stars 40 forks source link

Generated manpage missing space after bold blocks #80

Open volans- opened 6 years ago

volans- commented 6 years ago

The manpage generated with using this extension is missing the first - in the list of options because in the generated file there is no space between the .B prefix and the line content:

.B\-c, \-\-config

This is rendered as: c, --config missing the first dash.

From pip freeze:

Sphinx==1.6.4
sphinx-argparse==0.2.1