Add recommonmark

This commit is contained in:
Carol Willing
2016-01-04 17:38:15 -08:00
parent bd8b8c55b2
commit 0c5c3eb8b1

View File

@@ -15,6 +15,7 @@
import sys
import os
import shlex
from recommonmark.parser import CommonMarkParser
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -41,6 +42,10 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
source_suffix = ['.rst', '.md']
# The encoding of source files.