From 348ee04fad8eae247752b5170dfebf22471d0755 Mon Sep 17 00:00:00 2001 From: Joel Pasvolsky Date: Fri, 17 Feb 2023 09:29:24 -0800 Subject: [PATCH] Bypass linkcheck for epubs.siam.org --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 4c1193845..a08dcfe88 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,6 +88,7 @@ linkcheck_anchors = False linkcheck_ignore = [r'https://cloud.dwavesys.com/leap', # redirects, many checks r'https://docs.ocean.dwavesys.com/projects/dimod', + r'https://epubs.siam.org', # ignores robots since Feb 2023 r'.clang-format', r'setup.cfg', ] # dimod RTD currently not building on boost