alex-rudakov / sphinx-argparse

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

Fixed malformed docutils DOM in manpages #28

Closed mattboyer closed 9 years ago

mattboyer commented 9 years ago

An 'option_group' element must contain one or more 'option' elements themselves having an 'option_string' child each - it can't have a 'description' element as a child.

alex-rudakov commented 9 years ago

Merged. Version 0.1.15 with this fix is deployed to package repo. Thanks for contribution!