Skip to content

Commit

Permalink
Exclude GitHub issues from linkcheck to avoid rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 5, 2020
1 parent 06d0f8e commit 3d66e57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ def find_version(*file_paths):

# -- General configuration ------------------------------------------------

linkcheck_ignore = [
r"https://github.com/.*/(issues|pull)/\d+",
]

# In nitpick mode (-n), still ignore any of the following "broken" references
# to non-types.
nitpick_ignore = [
Expand Down

0 comments on commit 3d66e57

Please sign in to comment.