update docs

This commit is contained in:
Iuri Matias 2017-01-10 07:04:21 -05:00
parent b7a4c8d187
commit ede9321f3e
1 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,11 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
from recommonmark.parser import CommonMarkParser
source_parsers = {
'.md': CommonMarkParser,
}
# -- General configuration ------------------------------------------------
@ -38,8 +43,7 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']
# The master toctree document.
master_doc = 'index'