mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
ignore .rst files in sphinx its self
This commit is contained in:
parent
6f826ed4c2
commit
cadaf551e0
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ unused_docs = [
|
||||||
'library/xml.etree',
|
'library/xml.etree',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Ignore .rst in Sphinx its self.
|
||||||
|
exclude_trees = ['tools/sphinx/']
|
||||||
|
|
||||||
# Relative filename of the reference count data file.
|
# Relative filename of the reference count data file.
|
||||||
refcount_file = 'data/refcounts.dat'
|
refcount_file = 'data/refcounts.dat'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue