Skip to content

Commit

Permalink
Create conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
caifti committed Mar 1, 2017
1 parent 682a253 commit b4cd7e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from recommonmark.parser import CommonMarkParser

source_parsers = {
'.md': CommonMarkParser,
}

source_suffix = ['.rst', '.md']

0 comments on commit b4cd7e2

Please sign in to comment.