commit | 5605416100e4bf04666db25888323e5064b8c276 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun May 17 16:59:27 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun May 17 16:59:27 2009 +0000 |
tree | 9194bb0097f2173b0bb583c4e53927d49c2742ed | |
parent | 6dd6b619a85e64e4fcb4b9940603820cce771ba9 [diff] [blame] |
chop off slash
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 @@ ] # 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'