Skip to content

Commit 9f5c6c2

Browse files
authored
Do not linkcheck npm as it may be blocked on CI. (#2273)
This should get rid of some of the current failures.
1 parent 469e908 commit 9f5c6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
380380
"https://canvas.workday.com/styles/tokens/type",
381381
"https://unsplash.com/",
382382
r"https?://www.gnu.org/software/gettext/.*",
383+
r"https://www.npmjs.com/.*",
383384
]
384385

385386
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)