Skip to content

Commit

Permalink
Exclude StackOverflow from link checks
Browse files Browse the repository at this point in the history
StackOverflow sometimes rejects all link check requests from GitHub
Actions, probably due to rate limiting.
  • Loading branch information
rra committed Feb 19, 2024
1 parent c886e84 commit 85da3ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/documenteer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ sqlalchemy = "https://docs.sqlalchemy.org/en/latest/"

[sphinx.linkcheck]
ignore = [
'^https://github\.com/lsst-sqre/safir/issues/new'
# StackOverflow sometimes rejects all link checks from GitHub Actions.
'^https://stackoverflow.com/questions/',
'^https://github\.com/lsst-sqre/safir/issues/new',
]

0 comments on commit 85da3ef

Please sign in to comment.