From e9107178936ea8bc4eef3497cb57040a5bc838ca Mon Sep 17 00:00:00 2001 From: Ahmet Bakan Date: Sun, 27 Apr 2014 17:43:44 -0700 Subject: [PATCH] Removed IPython extensions. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4967ebe..1653171 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,8 +14,8 @@ extensions = [ 'sphinx.ext.todo', 'sphinx.ext.ifconfig', 'sphinx.ext.extlinks', - 'IPython.sphinxext.ipython_directive', - 'IPython.sphinxext.ipython_console_highlighting', + #'IPython.sphinxext.ipython_directive', + #'IPython.sphinxext.ipython_console_highlighting', 'alabaster', 'ablog' ]