[mapserver-commits] r10182 - trunk/docs

svn at osgeo.org svn at osgeo.org
Wed May 26 22:37:12 EDT 2010


Author: hobu
Date: 2010-05-26 22:37:11 -0400 (Wed, 26 May 2010)
New Revision: 10182

Modified:
   trunk/docs/conf.py
Log:
bring forward r10181 to exclude .svn directories from processing for Sphinx 1.0+

Modified: trunk/docs/conf.py
===================================================================
--- trunk/docs/conf.py	2010-05-27 02:36:08 UTC (rev 10181)
+++ trunk/docs/conf.py	2010-05-27 02:37:11 UTC (rev 10182)
@@ -85,7 +85,7 @@
 pygments_style = 'sphinx'
 
 # Exclude subversion directories
-exclude_dirnames = ['.svn']
+exclude_patterns = ['**/.svn']
 
 # Options for HTML output
 # -----------------------



More information about the mapserver-commits mailing list