Skip to content

Commit

Permalink
Drop not needed md support
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jan 9, 2017
1 parent 1f4b4aa commit 728bba0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import sys
import os
from recommonmark.parser import CommonMarkParser

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand All @@ -39,10 +38,6 @@
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

source_parsers = {
'.md': CommonMarkParser,
}

# The suffix of source filenames.
source_suffix = ['.rst', '.md']

Expand Down

0 comments on commit 728bba0

Please sign in to comment.