From 5b59bb8b575eab9c508baef688b43d20b0201e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 1 Jul 2020 21:16:44 -0400 Subject: [PATCH] Stop importing the CommonMark parser that we don't use anymore! --- conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf.py b/conf.py index 87ef0eb..c83ffea 100644 --- a/conf.py +++ b/conf.py @@ -48,8 +48,6 @@ extensions = [ # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -from recommonmark.parser import CommonMarkParser - # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: #