Exclude GitHub issues from linkcheck to avoid rate limits
This commit is contained in:
parent
06d0f8eda6
commit
3d66e5727b
|
@ -31,6 +31,10 @@ def find_version(*file_paths):
|
||||||
|
|
||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
|
linkcheck_ignore = [
|
||||||
|
r"https://github.com/.*/(issues|pull)/\d+",
|
||||||
|
]
|
||||||
|
|
||||||
# In nitpick mode (-n), still ignore any of the following "broken" references
|
# In nitpick mode (-n), still ignore any of the following "broken" references
|
||||||
# to non-types.
|
# to non-types.
|
||||||
nitpick_ignore = [
|
nitpick_ignore = [
|
||||||
|
|
Loading…
Reference in New Issue