Skip to content

Commit

Permalink
Ignore link that is blocking CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 5, 2023
1 parent f1cca76 commit 0d5330b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,11 @@
# dtype, target = line.split(None, 1)
# target = target.strip()
# nitpick_ignore.append((dtype, six.u(target)))

# -- Options for linkcheck output -------------------------------------------
linkcheck_retry = 5
linkcheck_ignore = [
"https://www.aanda.org/",
]
linkcheck_timeout = 180
linkcheck_anchors = False

0 comments on commit 0d5330b

Please sign in to comment.