sphinx-doc / sphinx-argparse

A Sphinx extension to automatically document argparse commands and options
https://sphinx-argparse.readthedocs.org/
MIT License
26 stars 24 forks source link

Fixes Issue #45 #52

Closed Ovank closed 2 months ago

Ovank commented 2 months ago

Code is not equipped to handle scenario when shutil.which return None. Adding TypeError in Exception to handle such scenario.