Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-14 19:37:30 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-14 19:38:35 +0300
commit7825b1188b3fcb494c4e407c1081e36e117bdcfa (patch)
tree705cd352864e7688c4aff85310b813810c23f385 /sphinx/config.py
parent0ff323203e0fb4f30b8fc3c1ff3d2b7644c46dc2 (diff)
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
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', []),