mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove config variable: source_parsers
It was already deprecated at 1.8.0 and removed at 3.0.0. So the
definition is no longer used.
refs: dc45877d3c
This commit is contained in:
parent
0ff323203e
commit
7825b1188b
@ -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