Skip to content

Commit

Permalink
Conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gareththegeek committed Jun 30, 2018
0 parents commit 52c8302
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 52c8302

Please sign in to comment.