# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
+# Parsers
+# See http://www.sphinx-doc.org/en/stable/markdown.html
+source_parsers = {
+ '.md': 'recommonmark.parser.CommonMarkParser',
+}
+
# The suffix of source filenames.
-source_suffix = '.rst'
+#source_suffix = '.rst'
+source_suffix = ['.rst', '.md']
# The encoding of source files.
#source_encoding = 'utf-8-sig'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-#html_theme = "sphinx_rtd_theme"
-#html_theme_path = ["_themes/sphinx_rtd_theme", ]
-html_theme = 'default'
+#html_theme = 'default'
+html_theme = "sphinx_rtd_theme"
+html_theme_path = ["_themes/sphinx_rtd_theme", ]
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the