diff options
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r-- | llvm/docs/conf.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 0fccb50c46b..ce7df14ac3a 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -31,9 +31,7 @@ extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo'] templates_path = ['_templates'] # The suffix of source filenames. -source_suffix = ['.rst', '.md'] - -source_parsers = {'.md': 'recommonmark.parser.CommonMarkParser'} +source_suffix = '.rst' # The encoding of source files. #source_encoding = 'utf-8-sig' |