diff --git a/docs/conf.py b/docs/conf.py index cc84372957..ccfd600e72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -312,7 +312,10 @@ def _load_theme( # Github "source code line" anchors are apparently too dynamic for linkcheck # to detect correctly. The link exists, a browser can open it, but linkcheck # reports a broken link. - r'https://github.com/packit/packit/blob/main/packit/utils/logging.py#L10' + r'https://github.com/packit/packit/blob/main/packit/utils/logging.py#L10', + + # The site repeatedly refuses to serve pages to github + r'https://www.cpu-world.com.*', ]