Skip to content

Commit

Permalink
Ignore analog.com/* during linkcheck, accessible manually but fails d…
Browse files Browse the repository at this point in the history
…uring linkcheck
  • Loading branch information
bparks13 committed Apr 10, 2024
1 parent c28bef2 commit 41b4911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
# NB: Ignore these sites, they throw 403 errors during linkcheck, but are accessible for end-users
linkcheck_ignore = [
'https://multimedia.3m.com/mws/media/*',
'https://www.intel.com/*'
'https://www.intel.com/*',
'https://www.analog.com/*'
]

# NB: Allow this permanent redirect for a Visual Studio package
Expand Down

0 comments on commit 41b4911

Please sign in to comment.