From 3d66e5727b93d3463feb0fd780ae739192e7c363 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 5 Nov 2020 10:51:23 +0100 Subject: [PATCH] Exclude GitHub issues from linkcheck to avoid rate limits --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 651756cf..323788c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = [