Blame SOURCES/0001-Deactivate-markdown-doc.patch

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