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.
1 parent 3f2e0c9 commit 0bb4166Copy full SHA for 0bb4166
doc/en/conf.py
@@ -141,11 +141,10 @@
141
linkcheck_ignore = [
142
"https://blogs.msdn.microsoft.com/bharry/2017/06/28/testing-in-a-cloud-delivery-cadence/",
143
"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/.*",
147
r"https://pypi\.org/project/pytest.*",
+ r"https://github\.com/sponsors/.*",
148
r"https://github\.com/pytest-dev/pytest/issues/.*",
+ r"https://github\.com/pytest-dev/pytest/pull/.*",
149
]
150
151
linkcheck_workers = 20
0 commit comments