Skip to content

Commit

Permalink
Merge pull request #188 from pllim/fix-linkcheck
Browse files Browse the repository at this point in the history
TST: Ignore acspsf URL in linkcheck job
  • Loading branch information
pllim authored Nov 13, 2023
2 parents f5a38c2 + 549546b commit 8028e98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@

# -- Options for linkcheck output ---------------------------------------------
linkcheck_retry = 5
linkcheck_ignore = ['https://hsthelp.stsci.edu', 'https://acszeropoints.stsci.edu']
linkcheck_ignore = [
'https://hsthelp.stsci.edu',
'https://acszeropoints.stsci.edu',
'https://acspsf.stsci.edu']
linkcheck_timeout = 180
linkcheck_anchors = False

Expand Down

0 comments on commit 8028e98

Please sign in to comment.