Roman schrieb: > Hello. I got TypeError exception: > > Exception occurred: > File "/usr/lib/python2.5/site-packages/Sphinx-0.5.1-py2.5.egg/sphinx/ > ext/autodoc.py", line 390, in generate > fullname, mod, objpath, args, retann = self.resolve_name(what, > name) > TypeError: 'NoneType' object is not iterable
Hi Roman, this is a bug in 0.5.1 which hides the true error -- which should be "invalid signature". It means that your "auto" directive isn't written in a way that Sphinx understands. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
