Skip to content

Commit 8b7fe46

Browse files
authored
Link checker ignore mathworks sign (#159)
1 parent 12653be commit 8b7fe46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conf.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,7 @@
384384
linkcheck_anchors = False
385385

386386
# ignore some links that work, but are disliked by linkcheck
387-
linkcheck_ignore = [r'https://doi.org/10.1080/104732299303296']
387+
linkcheck_ignore = [
388+
r'https://doi.org/10.1080/104732299303296',
389+
r'https://www.mathworks.com/help/matlab/ref/double.sign.html',
390+
]

0 commit comments

Comments
 (0)