Exclude GitHub issues from linkcheck to avoid rate limits

This commit is contained in:
Hynek Schlawack 2020-11-05 10:51:23 +01:00
parent 06d0f8eda6
commit 3d66e5727b
1 changed files with 4 additions and 0 deletions

View File

@ -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 = [