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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5605416100e4bf04666db25888323e5064b8c276;p=python chop off slash --- diff --git a/Doc/conf.py b/Doc/conf.py index 01ef737053..1bb8e50823 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'