diff --git a/docs/conf.py b/docs/conf.py index 19d1983..0e63427 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -409,4 +409,4 @@ def setup(app): # texinfo_no_detailmenu = False # linkcheck ignore: example use case url and dois that redirect -linkcheck_ignore = [r'http://127\.0\.0\.1:\d+/.*', r'https://dx\.doi\.org/.*'] +linkcheck_ignore = [r'http://127\.0\.0\.1:\d+/.*', r'https://dx\.doi\.org/.*', 'http://martyalchin.com/2008/jan/10/simple-plugin-framework/']