mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
chop off slash
This commit is contained in:
parent
6dd6b619a8
commit
5605416100
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ unused_docs = [
|
||||||
]
|
]
|
||||||
|
|
||||||
# Ignore .rst in Sphinx its self.
|
# Ignore .rst in Sphinx its self.
|
||||||
exclude_trees = ['tools/sphinx/']
|
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