diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-17 14:16:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-17 14:16:29 (GMT) |
commit | cadaf551e04d6db6639338895d5318f843cdd3b7 (patch) | |
tree | c1cd0a4c0adb42f820959f346a3ba1fef67f2178 /Doc/conf.py | |
parent | 6f826ed4c253dbcf655c5e45eb1117d8a801ebfe (diff) | |
download | cpython-cadaf551e04d6db6639338895d5318f843cdd3b7.zip cpython-cadaf551e04d6db6639338895d5318f843cdd3b7.tar.gz cpython-cadaf551e04d6db6639338895d5318f843cdd3b7.tar.bz2 |
ignore .rst files in sphinx its self
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index f72aacf..01ef737 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -46,6 +46,9 @@ unused_docs = [ 'library/xml.etree', ] +# Ignore .rst in Sphinx its self. +exclude_trees = ['tools/sphinx/'] + # Relative filename of the reference count data file. refcount_file = 'data/refcounts.dat' |