We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
html_sidebars
1 parent d160f31 commit a953490Copy full SHA for a953490
sphinx/builders/html/__init__.py
@@ -1055,7 +1055,7 @@ def has_wildcard(pattern: str) -> bool:
1055
if matched and has_wildcard(pattern):
1056
# warn if both patterns contain wildcards
1057
if has_wildcard(matched):
1058
- logger.warning(msg, pagename, matched)
+ logger.warning(msg, pagename, matched, pattern)
1059
# else the already matched pattern is more specific
1060
# than the present one, because it contains no wildcard
1061
continue
0 commit comments