From: Benjamin Peterson Date: Sun, 17 May 2009 16:59:27 +0000 (+0000) Subject: chop off slash X-Git-Tag: v2.7a1~1157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5605416100e4bf04666db25888323e5064b8c276;p=thirdparty%2FPython%2Fcpython.git chop off slash --- diff --git a/Doc/conf.py b/Doc/conf.py index 01ef73705394..1bb8e508232a 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -47,7 +47,7 @@ unused_docs = [ ] # 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'