diff --git a/docs/conf.py b/docs/conf.py index e7d7fe57..9003ad89 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -115,6 +115,8 @@ def find_version(meta_file): linkcheck_ignore = [ # We run into GitHub's rate limits. r"https://github.com/.*/(issues|pull)/\d+", + # Do not check links to compare tags. + r"https://github.com/joke2k/django-environ/compare/.*", ] #