Stop importing the CommonMark parser that we don't use anymore!

This commit is contained in:
benjamin melançon 2020-07-01 21:16:44 -04:00
parent 3d3c6404f1
commit 5b59bb8b57

View file

@ -48,8 +48,6 @@ extensions = [
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
from recommonmark.parser import CommonMarkParser
# The suffix(es) of source filenames. # The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string: # You can specify multiple suffix as a list of string:
# #