Skip to content

Commit 88b1a7d

Browse files
committed
let linkcheck ignore URL to mathworks, to fix CI failure
1 parent 5f672e3 commit 88b1a7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
napoleon_use_rtype = False
6565
napoleon_use_param = False
6666

67+
linkcheck_ignore = [r'https://www\.mathworks\.com.+']
68+
6769
# Point to plantuml jar file
6870
# confirm we have plantuml in the path
6971
if 'nt' in os.name:

0 commit comments

Comments
 (0)