Skip to content

Commit

Permalink
ci(github): Workaround Reddit block on Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Aug 18, 2024
1 parent f02e74b commit b89414e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@
# Tolerate links to source code lines in VCS provider web UIs:
"^L[0-9]+",
]
linkcheck_ignore = ["https://liberapay.com/.*"]
linkcheck_ignore = [
"https://liberapay.com/.*",
# Blocked on GitHub Acgtions:
# 403 Client Error: Blocked for url: ...
"https://www.reddit.com/.*",
]

# -- Extension options -------------------------------------------------------
ogp_site_url = 'http://prunerr.readthedocs.io/'

0 comments on commit b89414e

Please sign in to comment.