Skip to content

Commit 403649c

Browse files
committed
Fix regexes
1 parent b9bb306 commit 403649c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/conf.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,20 +133,20 @@
133133

134134
linkcheck_ignore = [
135135
r"http://localhost:\d+",
136-
r"https://packaging.python.org/en/latest/specifications/schemas/.*",
137-
r"https://test.pypi.org/project/example-package-YOUR-USERNAME-HERE",
138-
r"https://pypi.org/manage/.*",
139-
r"https://test.pypi.org/manage/.*",
136+
r"https://packaging\.python\.org/en/latest/specifications/schemas/.*",
137+
r"https://test\.pypi\.org/project/example-package-YOUR-USERNAME-HERE",
138+
r"https://pypi\.org/manage/.*",
139+
r"https://test\.pypi\.org/manage/.*",
140140
# Temporarily ignored. Ref:
141141
# https://github.com/pypa/packaging.python.org/pull/1308#issuecomment-1775347690
142-
r"https://www.breezy-vcs.org/.*",
142+
r"https://www\.breezy-vcs\.org/.*",
143143
# Ignore while StackOverflow is blocking GitHub CI. Ref:
144144
# https://github.com/pypa/packaging.python.org/pull/1474
145-
r"https://stackoverflow.com/.*",
146-
r"https://pyscaffold.org/.*",
147-
r"https://anaconda.org",
148-
r"https://www.cisa.gov/sbom",
149-
r"https://developers.redhat.com/products/softwarecollections/overview",
145+
r"https://stackoverflow\.com/.*",
146+
r"https://pyscaffold\.org/.*",
147+
r"https://anaconda\.org",
148+
r"https://www\.cisa\.gov/sbom",
149+
r"https://developers\.redhat\.com/products/softwarecollections/overview",
150150
r"https://math-atlas\.sourceforge\.net/?",
151151
# Self-signed certificate, fails in CI
152152
r"https://click\.palletsprojects\.com/.*",

0 commit comments

Comments
 (0)