Skip to content

Commit 9a188f2

Browse files
committed
Fix linkcheck_ignore regex
Signed-off-by: Filipe Laíns <[email protected]>
1 parent dadfc52 commit 9a188f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129

130130
linkcheck_ignore = [
131131
"http://localhost:\\d+",
132-
"https://packaging.python.org/en/latest/specifications/schemas/*",
132+
"https://packaging.python.org/en/latest/specifications/schemas/.*",
133133
"https://test.pypi.org/project/example-package-YOUR-USERNAME-HERE",
134134
"https://pypi.org/manage/*",
135135
"https://test.pypi.org/manage/*",

0 commit comments

Comments
 (0)