diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-17 16:59:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-17 16:59:27 (GMT) |
commit | 5605416100e4bf04666db25888323e5064b8c276 (patch) | |
tree | 9194bb0097f2173b0bb583c4e53927d49c2742ed /Doc/conf.py | |
parent | 6dd6b619a85e64e4fcb4b9940603820cce771ba9 (diff) | |
download | cpython-5605416100e4bf04666db25888323e5064b8c276.zip cpython-5605416100e4bf04666db25888323e5064b8c276.tar.gz cpython-5605416100e4bf04666db25888323e5064b8c276.tar.bz2 |
chop off slash
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 2 |
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' |