summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-17 16:59:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-17 16:59:27 (GMT)
commit5605416100e4bf04666db25888323e5064b8c276 (patch)
tree9194bb0097f2173b0bb583c4e53927d49c2742ed
parent6dd6b619a85e64e4fcb4b9940603820cce771ba9 (diff)
downloadcpython-5605416100e4bf04666db25888323e5064b8c276.zip
cpython-5605416100e4bf04666db25888323e5064b8c276.tar.gz
cpython-5605416100e4bf04666db25888323e5064b8c276.tar.bz2
chop off slash
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
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'