From 5605416100e4bf04666db25888323e5064b8c276 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 17 May 2009 16:59:27 +0000 Subject: chop off slash --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 01ef737..1bb8e50 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' -- cgit v0.12