From e624a883e51ee381a18e471030b165d8e38fdfe7 Mon Sep 17 00:00:00 2001 From: AleksMat Date: Tue, 28 Aug 2018 08:27:43 +0200 Subject: [PATCH] docs config fix --- docs/source/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c9c7e9d0..1cf8a4ca 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,9 +54,7 @@ 'nbsphinx', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', - 'sphinx.ext.githubpages', - 'IPython.sphinxext.ipython_console_highlighting', - 'm2r' + 'sphinx.ext.githubpages' ] # Both the class’ and the __init__ method’s docstring are concatenated and inserted.