mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #8422 from tk0miya/drop_source_parsers
Remove config variable: source_parsers
This commit is contained in:
commit
f3a6004f82
@ -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', []),
|
||||
|
Loading…
Reference in New Issue
Block a user