From 5e5d9074afaa5bd8084f989850e5b926fae51e53 Mon Sep 17 00:00:00 2001 From: Anthony Sansone Date: Tue, 5 Jun 2018 15:30:26 -0500 Subject: [PATCH] Added icon functionality to conf.py. --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 31f08cfb9cd..fa79e4fc0c5 100644 --- a/conf.py +++ b/conf.py @@ -41,7 +41,8 @@ def has(self, *args): 'testcode', 'tabs', 'markdown', - 'fasthtml' + 'fasthtml', + 'icon' ] locale_dirs = [ os.path.join(conf.paths.projectroot, conf.paths.locale) ]