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

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