Skip to content

Commit

Permalink
[Documentation] Modified conf.py to make readthedocs.org parse *.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dayeol committed Jan 10, 2019
1 parent 0c2e31b commit 83c7b82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['recommonmark']
from recommonmark.parser import CommonMarkParser

source_parsers = {'.md': CommonMarkParser}

source_suffix = ['.rst', '.md']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit 83c7b82

Please sign in to comment.