Skip to content

Commit a875592

Browse files
authored
Merge pull request #1928 from brettcannon/patch-3
Add npmjs.com to linkcheck regex patterns
2 parents 56c1fef + e05eb7a commit a875592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
r"https://math-atlas\.sourceforge\.net/?",
147147
r"https://click\.palletsprojects\.com/.*",
148148
r"https://typer\.tiangolo\.com/.*",
149+
r"https://www.npmjs.com/.*",
149150
]
150151
linkcheck_retries = 5
151152
# Ignore anchors for common targets when we know they likely won't be found

0 commit comments

Comments
 (0)