Skip to content

Commit

Permalink
Merge pull request #1697: Ignore TreeTime citation link for linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Dec 9, 2024
2 parents 28ef8fb + a2c8d9d commit c1279e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,10 @@ def prose_list(items):
## string" matching happening, and something like a plain `r'google'`
## regular expression will _NOT_ match all google.com URLs.
linkcheck_ignore = [
# This URL will occasionally fail and return 403 (broken).
# These URLs will occasionally fail and return 403 (broken).
# <https://github.com/nextstrain/.github/issues/106#issuecomment-2408239782>
r'^http://www\.microbesonline\.org/fasttree/',
r'^https://academic\.oup\.com/ve/article/4/1/vex042/4794731',
]
linkcheck_anchors_ignore_for_url = [
# Github uses anchor-looking links for highlighting lines but
Expand Down

0 comments on commit c1279e9

Please sign in to comment.