From 346e8691d294782f5a47fcfc96ef8c5e31b5fb1a Mon Sep 17 00:00:00 2001 From: Dani Date: Wed, 28 Jun 2017 17:32:23 +0300 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 306006a..e401e6b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,6 +47,8 @@ 'sphinx.ext.viewcode', 'sphinx.ext.githubpages', 'sphinx.ext.autosectionlabel', + 'sphinx.ext.autosummary', + 'sphinx.ext.extlinks', ]