From e7bc515182199764b17ab3f5e22047342f9c7514 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 13 Jun 2019 07:58:59 +0000 Subject: [PATCH] Deactivate markdown doc --- llvm/docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 4a52df8..340cd07 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -32,9 +32,9 @@ extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo'] templates_path = ['_templates'] # The suffix of source filenames. -source_suffix = ['.rst', '.md'] +source_suffix = ['.rst'] -source_parsers = {'.md': 'recommonmark.parser.CommonMarkParser'} +source_parsers = {} # The encoding of source files. #source_encoding = 'utf-8-sig' -- 1.8.3.1