|
From: <md...@us...> - 2008-08-04 14:29:37
|
Revision: 5967
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5967&view=rev
Author: mdboom
Date: 2008-08-04 14:29:33 +0000 (Mon, 04 Aug 2008)
Log Message:
-----------
Workaround for broken search engine in Sphinx
Modified Paths:
--------------
trunk/matplotlib/doc/conf.py
Modified: trunk/matplotlib/doc/conf.py
===================================================================
--- trunk/matplotlib/doc/conf.py 2008-08-04 13:58:20 UTC (rev 5966)
+++ trunk/matplotlib/doc/conf.py 2008-08-04 14:29:33 UTC (rev 5967)
@@ -98,7 +98,7 @@
# If nonempty, this is the file name suffix for generated HTML files. The
# default is ``".html"``.
-#html_file_suffix = '.xhtml'
+html_file_suffix = '.html'
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|