From a21022c52b7c101049af3628a3b94221418c4f68 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 18 Sep 2015 17:25:38 +0100 Subject: [PATCH] Removed directives rom docs --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index bd979cf4..69de645c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -94,8 +94,8 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', #'sphinx.ext.pngmath', 'sphinx.ext.mathjax', - 'ipython_directive', - 'ipython_console_highlighting' + # 'ipython_directive', + # 'ipython_console_highlighting' #'matplotlib.sphinxext.plot_directive' ] plot_formats = [('png', 80), ('pdf', 50)]