From 7825b1188b3fcb494c4e407c1081e36e117bdcfa Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 15 Nov 2020 01:37:30 +0900 Subject: [PATCH] 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: dc45877d3cb9f67348d3e2857bc489e16b71f61a --- sphinx/config.py | 1 - 1 file changed, 1 deletion(-) 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', []),