Revision: 6946
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6946&view=rev
Author:   mdboom
Date:     2009-03-02 22:50:44 +0000 (Mon, 02 Mar 2009)

Log Message:
-----------
Fix bug in doc build.

Modified Paths:
--------------
    branches/v0_98_5_maint/doc/conf.py

Modified: branches/v0_98_5_maint/doc/conf.py
===================================================================
--- branches/v0_98_5_maint/doc/conf.py  2009-02-28 20:13:38 UTC (rev 6945)
+++ branches/v0_98_5_maint/doc/conf.py  2009-03-02 22:50:44 UTC (rev 6946)
@@ -28,7 +28,7 @@
 # Add any Sphinx extension module names here, as strings. They can be 
extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['matplotlib.sphinxext.mathmpl', 'math_symbol_table',
-              'sphinx.ext.autodoc', # 'matplotlib.sphinxext.only_directives',
+              'sphinx.ext.autodoc', 'matplotlib.sphinxext.only_directives',
               'matplotlib.sphinxext.plot_directive', 'inheritance_diagram',
               'gen_gallery', 'gen_rst']
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to