summaryrefslogtreecommitdiff
path: root/sphinx/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/config.py')
-rw-r--r--sphinx/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py
index 584d4c3c4..005bc812f 100644
--- a/sphinx/config.py
+++ b/sphinx/config.py
@@ -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', []),