Revision: 7817
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7817&view=rev
Author: mdboom
Date: 2009-09-23 17:21:25 +0000 (Wed, 23 Sep 2009)
Log Message:
-----------
Fix how ipython_console_highlighting is imported.
Modified Paths:
--------------
trunk/matplotlib/doc/conf.py
Modified: trunk/matplotlib/doc/conf.py
===================================================================
--- trunk/matplotlib/doc/conf.py 2009-09-23 06:24:27 UTC (rev 7816)
+++ trunk/matplotlib/doc/conf.py 2009-09-23 17:21:25 UTC (rev 7817)
@@ -18,10 +18,6 @@
# absolute, like shown here.
sys.path.append(os.path.abspath('sphinxext'))
-# Import support for ipython console session syntax highlighting (lives
-# in the sphinxext directory defined above)
-import ipython_console_highlighting
-
# General configuration
# ---------------------
@@ -30,7 +26,8 @@
extensions = ['matplotlib.sphinxext.mathmpl', 'math_symbol_table',
'sphinx.ext.autodoc', 'matplotlib.sphinxext.only_directives',
'matplotlib.sphinxext.plot_directive', 'inheritance_diagram',
- 'gen_gallery', 'gen_rst']
+ 'gen_gallery', 'gen_rst',
+ 'matplotlib.sphinxext.ipython_console_highlighting']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins