From caefe42c66ae8e67c8bd6ac2502e85f13cae38bf Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Fri, 20 Jul 2018 00:24:36 +0000 Subject: 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 --- llvm/docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/docs/conf.py') 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' -- cgit v1.2.3