[Python-checkins] r72750 - python/trunk/Doc/conf.py

benjamin.peterson python-checkins at python.org
Sun May 17 18:59:27 CEST 2009


Author: benjamin.peterson
Date: Sun May 17 18:59:27 2009
New Revision: 72750

Log:
chop off slash

Modified:
   python/trunk/Doc/conf.py

Modified: python/trunk/Doc/conf.py
==============================================================================
--- python/trunk/Doc/conf.py	(original)
+++ python/trunk/Doc/conf.py	Sun May 17 18:59:27 2009
@@ -47,7 +47,7 @@
 ]
 
 # Ignore .rst in Sphinx its self.
-exclude_trees = ['tools/sphinx/']
+exclude_trees = ['tools/sphinx']
 
 # Relative filename of the reference count data file.
 refcount_file = 'data/refcounts.dat'


More information about the Python-checkins mailing list