|
From: <md...@us...> - 2008-08-12 18:01:55
|
Revision: 6026
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6026&view=rev
Author: mdboom
Date: 2008-08-12 18:01:52 +0000 (Tue, 12 Aug 2008)
Log Message:
-----------
Oops in last commit.
Modified Paths:
--------------
trunk/matplotlib/doc/conf.py
Modified: trunk/matplotlib/doc/conf.py
===================================================================
--- trunk/matplotlib/doc/conf.py 2008-08-12 17:58:00 UTC (rev 6025)
+++ trunk/matplotlib/doc/conf.py 2008-08-12 18:01:52 UTC (rev 6026)
@@ -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 = ['mathmpl', 'math_symbol_table', 'sphinx.ext.autodoc',
- 'only_directives', 'plot_directive', 'inheritance_diagram', 'toy']
+ 'only_directives', 'plot_directive', 'inheritance_diagram']
# 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.
|