diff options
-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' |