When the :func: argument is incorrect the output does not indicate where the failure is. Here is a sample log:
File "C:\Python27\lib\site-packages\sphinxarg\ext.py", line 199, in run
func = getattr(mod, self.options['func'])
AttributeError: 'module' object has no attribute 'ProcessArgs'
When the :func: argument is incorrect the output does not indicate where the failure is. Here is a sample log:
File "C:\Python27\lib\site-packages\sphinxarg\ext.py", line 199, in run func = getattr(mod, self.options['func']) AttributeError: 'module' object has no attribute 'ProcessArgs'
I have a fix for this I will push soon.