Skip to content

Commit 57e4e40

Browse files
committed
Properly exclude a file
1 parent 45be85f commit 57e4e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242

4343
# Extend settings from upstream
4444
_exclude_patterns = [
45-
# This file is not included and it not marked as :orphan:
46-
'*/distutils/_setuptools_disclaimer.rst',
45+
# This file is not included and it's not marked as :orphan:
46+
'distutils/_setuptools_disclaimer.rst',
4747
'cpython/Doc/distutils/_setuptools_disclaimer.rst',
4848
]
4949
if 'exclude_patterns' in globals():

0 commit comments

Comments
 (0)