Skip to content

Commit

Permalink
Ignore CA Certificate link for linkcheck
Browse files Browse the repository at this point in the history
This has consistently returned 403 in GitHub Actions workflow, but
does succeed when running linkcheck locally. Ignoring link for now and
we can revisit later.
  • Loading branch information
joverlee521 committed Dec 5, 2024
1 parent 95b4ae8 commit 13bac65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
# these URLs block the client the linkchecker uses
r'^https://www\.pnas\.org/doi/10\.1073/pnas\.1507071112',
r'^https://www\.ncbi\.nlm\.nih\.gov/books/NBK25501',
# This URL returns 403 in GH Actions, but succeeds locally.
r'^https://wiki\.mozilla\.org/CA/Included_Certificates',
# we specifically use this as an example of a link that _won't_ work
r'^https://nextstrain\.org/ncov/gisaid/21L/global/6m/2024-01-10',
]
Expand Down

0 comments on commit 13bac65

Please sign in to comment.