Skip to content

Commit

Permalink
Add markdown parser
Browse files Browse the repository at this point in the history
  • Loading branch information
gareththegeek committed Jun 30, 2018
1 parent aa685c2 commit 1b7b291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
# source_suffix = ['.rst', '.md']
source_suffix = '.md'

source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}

# The master toctree document.
master_doc = 'index'

Expand Down

0 comments on commit 1b7b291

Please sign in to comment.