From 172ed1ca6b78ad15ef520a7de5498a700b9a703f Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Fri, 22 May 2020 15:09:53 -0400 Subject: [PATCH] Ignore some domains from linkcheck due to blacklisting --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index e103ed0..46d0901 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -131,6 +131,8 @@ # -- Options for linkcheck output --------------------------------------------- linkcheck_retry = 5 linkcheck_ignore = ['https://hsthelp.stsci.edu', + 'http://ssb.stsci.edu', + 'http://www.stsci.edu', 'https://www.as.arizona.edu/observing'] linkcheck_timeout = 180 linkcheck_anchors = False