Fix #5437: autodoc: crashed on modules importing eggs

This commit is contained in:
Takeshi KOMIYA
2018-09-16 16:40:30 +09:00
parent 914d93a9e1
commit e7811f0292
2 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ Bugs fixed
* #5421: autodoc emits deprecation warning for :confval:`autodoc_default_flags`
* #5422: lambda object causes PicklingError on storing environment
* #5417: Sphinx fails to build with syntax error in Python 2.7.5
* #5437: autodoc: crashed on modules importing eggs
Testing
--------