Merge pull request #8422 from tk0miya/drop_source_parsers

Remove config variable: source_parsers
This commit is contained in:
Takeshi KOMIYA 2020-11-16 02:03:16 +09:00 committed by GitHub
commit f3a6004f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,6 @@ class Config:
'master_doc': ('index', 'env', []),
'source_suffix': ({'.rst': 'restructuredtext'}, 'env', Any),
'source_encoding': ('utf-8-sig', 'env', []),
'source_parsers': ({}, 'env', []),
'exclude_patterns': ([], 'env', []),
'default_role': (None, 'env', [str]),
'add_function_parentheses': (True, 'env', []),