[mapserver-commits] r10183 - trunk/docs
svn at osgeo.org
svn at osgeo.org
Thu May 27 12:08:43 EDT 2010
Author: aboudreault
Date: 2010-05-27 12:08:40 -0400 (Thu, 27 May 2010)
New Revision: 10183
Modified:
trunk/docs/conf.py
Log:
Removed rst2pdf from extensions, not used yet
Modified: trunk/docs/conf.py
===================================================================
--- trunk/docs/conf.py 2010-05-27 02:37:11 UTC (rev 10182)
+++ trunk/docs/conf.py 2010-05-27 16:08:40 UTC (rev 10183)
@@ -23,7 +23,8 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['labels' ,'rst2pdf.pdfbuilder']
+#extensions = ['labels' ,'rst2pdf.pdfbuilder']
+extensions = ['labels']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
More information about the mapserver-commits
mailing list