Skip to content

Commit 63df4ab

Browse files
committed
skip some link checks
1 parent 7f949c4 commit 63df4ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,8 @@
272272

273273
# If false, no module index is generated.
274274
# latex_use_modindex = True
275+
276+
linkcheck_ignore = [
277+
r"https://github\.com(.*)#", # javascript based anchors
278+
r"https://github\.com/zeromq/pyzmq/(issues|commits)(.*)", # too many links
279+
]

0 commit comments

Comments
 (0)