Remove unused admonition extension

This commit is contained in:
kleph 2018-02-14 02:27:28 +01:00
parent 29b9801a11
commit 7daa14a374

View file

@ -34,6 +34,6 @@ DEFAULT_PAGINATION = 10
#MARKUP = [ 'asc', 'asciidoc' ]
MARKUP = ['mdown']
MD_EXTENSIONS = ['admonition', 'codehilite(css_class=highlight)', 'extra', 'toc']
MD_EXTENSIONS = ['codehilite(css_class=highlight)', 'extra', 'toc']
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True