Skip to content

Commit 0bb4166

Browse files
author
Ladislav Chvastaš
committed
edited linkcheck_ignore
1 parent 3f2e0c9 commit 0bb4166

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/en/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,10 @@
141141
linkcheck_ignore = [
142142
"https://blogs.msdn.microsoft.com/bharry/2017/06/28/testing-in-a-cloud-delivery-cadence/",
143143
"http://pythontesting.net/framework/pytest-introduction/",
144-
r"https://github.com/pytest-dev/pytest/issues/\d+",
145-
r"https://github.com/pytest-dev/pytest/pull/\d+",
146-
r"https://github\.com/sponsors/.*",
147144
r"https://pypi\.org/project/pytest.*",
145+
r"https://github\.com/sponsors/.*",
148146
r"https://github\.com/pytest-dev/pytest/issues/.*",
147+
r"https://github\.com/pytest-dev/pytest/pull/.*",
149148
]
150149

151150
linkcheck_workers = 20

0 commit comments

Comments
 (0)