[mapserver-commits] r10181 - branches/branch-5-6/docs

svn at osgeo.org svn at osgeo.org
Wed May 26 22:36:10 EDT 2010


Author: hobu
Date: 2010-05-26 22:36:08 -0400 (Wed, 26 May 2010)
New Revision: 10181

Modified:
   branches/branch-5-6/docs/conf.py
Log:
exclude .svn directories

Modified: branches/branch-5-6/docs/conf.py
===================================================================
--- branches/branch-5-6/docs/conf.py	2010-05-26 16:33:20 UTC (rev 10180)
+++ branches/branch-5-6/docs/conf.py	2010-05-27 02:36:08 UTC (rev 10181)
@@ -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