ignore .rst files in sphinx its self

This commit is contained in:
Benjamin Peterson 2009-05-17 14:16:29 +00:00
parent 6f826ed4c2
commit cadaf551e0

View file

@ -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'