2020-04-28 08:52:11 +00:00
|
|
|
From e7bc515182199764b17ab3f5e22047342f9c7514 Mon Sep 17 00:00:00 2001
|
2019-11-05 19:43:29 +00:00
|
|
|
From: serge-sans-paille <sguelton@redhat.com>
|
|
|
|
Date: Thu, 13 Jun 2019 07:58:59 +0000
|
2020-04-28 08:52:11 +00:00
|
|
|
Subject: [PATCH] Deactivate markdown doc
|
2019-11-05 19:43:29 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
llvm/docs/conf.py | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py
|
2020-04-28 08:52:11 +00:00
|
|
|
index 4a52df8..340cd07 100644
|
2019-11-05 19:43:29 +00:00
|
|
|
--- 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'
|
|
|
|
--
|
2020-04-28 08:52:11 +00:00
|
|
|
1.8.3.1
|
2019-11-05 19:43:29 +00:00
|
|
|
|