Skip to content

Commit

Permalink
let linkcheck ignore URL to mathworks, to fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Dec 14, 2024
1 parent 5f672e3 commit 88b1a7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
napoleon_use_rtype = False
napoleon_use_param = False

linkcheck_ignore = [r'https://www\.mathworks\.com.+']

# Point to plantuml jar file
# confirm we have plantuml in the path
if 'nt' in os.name:
Expand Down

0 comments on commit 88b1a7d

Please sign in to comment.