Skip to content

Commit

Permalink
Remove commonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikwidlund committed Jan 2, 2017
1 parent c3c62cc commit 24b55a4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,11 @@
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

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

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
source_suffix = ['.rst', '.md']
#source_suffix = '.rst'
#source_suffix = ['.rst', '.md']
source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'
Expand Down

0 comments on commit 24b55a4

Please sign in to comment.