Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krohak committed Mar 6, 2017
1 parent a9dfcb9 commit d79303f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
from recommonmark.parser import CommonMarkParser

source_parsers = {
'.md': CommonMarkParser,
}

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


#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
Expand Down

0 comments on commit d79303f

Please sign in to comment.