Added other ipython directive extension

This commit is contained in:
Alan Saul 2013-01-31 15:46:34 +00:00
parent 8c2adc1dce
commit 7f5200e4ba

View file

@ -146,8 +146,9 @@ print "Importing extensions"
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode',
#'matplotlib.sphinxext.mathmpl',
#'matplotlib.sphinxext.only_directives',
'matplotlib.sphinxext.plot_directive',
#'matplotlib.sphinxext.ipython_directive'
#'matplotlib.sphinxext.plot_directive',
'matplotlib.sphinxext.ipython_directive',
'ipython_directive'
]
#'sphinx.ext.doctest',
#'ipython_console_highlighting',