Revision: 8525
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8525&view=rev
Author:   jswhit
Date:     2010-07-07 03:10:32 +0000 (Wed, 07 Jul 2010)

Log Message:
-----------
make compatible with matplotlib sphinx extensions

Modified Paths:
--------------
    trunk/toolkits/basemap/doc/conf.py

Modified: trunk/toolkits/basemap/doc/conf.py
===================================================================
--- trunk/toolkits/basemap/doc/conf.py  2010-07-06 21:54:21 UTC (rev 8524)
+++ trunk/toolkits/basemap/doc/conf.py  2010-07-07 03:10:32 UTC (rev 8525)
@@ -18,16 +18,16 @@
 # 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
 # ---------------------
 
 # Add any Sphinx extension module names here, as strings. They can be 
extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['mathmpl', 'math_symbol_table', 'sphinx.ext.autodoc']
+extensions = ['matplotlib.sphinxext.mathmpl', 'math_symbol_table',
+              'sphinx.ext.autodoc', 'matplotlib.sphinxext.only_directives',
+              'matplotlib.sphinxext.plot_directive', 'inheritance_diagram',
+              '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.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to