Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes sphinx-doc#5076: [ext/napoleon] explicitly catch StopIteration
Per PEP 479, Python 3.7 no longer allows bubbling up StopIteration outside of a generator. Instead, wrap attribute parsing in a try block and provide a sane default in case it raises an exception ([]).
- Loading branch information