]> granicus.if.org Git - python/commitdiff
ignore .rst files in sphinx its self
authorBenjamin Peterson <benjamin@python.org>
Sun, 17 May 2009 14:16:29 +0000 (14:16 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 17 May 2009 14:16:29 +0000 (14:16 +0000)
Doc/conf.py

index f72aacfc0d05c9205783f92c37e379035bd0665e..01ef737053941f9a820ce0b962819750be63b0a8 100644 (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'