sphinx/sphinx/pycode
Takeshi KOMIYA eaa8612567 Fix #8652: autodoc: variable comments are ignored if invalid type comments found
To avoid the crash of ModuleAnalyzer from invalid type comments, this
start to retry parsing without type_comments=False when `ast.parse()`
raises SyntaxError.
2021-01-10 17:08:56 +09:00
..
__init__.py A happy new year! 2021-01-01 13:40:48 +09:00
ast.py Fix #8652: autodoc: variable comments are ignored if invalid type comments found 2021-01-10 17:08:56 +09:00
parser.py A happy new year! 2021-01-01 13:40:48 +09:00