summaryrefslogtreecommitdiffstats
path: root/llvm/docs/conf.py
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2018-07-20 00:24:36 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2018-07-20 00:24:36 +0000
commitcaefe42c66ae8e67c8bd6ac2502e85f13cae38bf (patch)
treea4397e701fa71496063c5c9302ea95b1c593798d /llvm/docs/conf.py
parent022a37af770a981e3b7a7eea24b390e5f7c36b2e (diff)
downloadbcm5719-llvm-caefe42c66ae8e67c8bd6ac2502e85f13cae38bf.tar.gz
bcm5719-llvm-caefe42c66ae8e67c8bd6ac2502e85f13cae38bf.zip
Revert "[docs] Add support for Markdown documentation in Sphinx"
The buildbots have an old version of Sphinx (need at least 1.3). Revert until they are upgraded. llvm-svn: 337513
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r--llvm/docs/conf.py4
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'
OpenPOWER on IntegriCloud