From: Benjamin Peterson Date: Sun, 17 May 2009 14:16:29 +0000 (+0000) Subject: ignore .rst files in sphinx its self X-Git-Tag: v2.7a1~1159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cadaf551e04d6db6639338895d5318f843cdd3b7;p=python ignore .rst files in sphinx its self --- diff --git a/Doc/conf.py b/Doc/conf.py index f72aacfc0d..01ef737053 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'