Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore GitHub links in linkcheck by default #59

Open
Julian opened this issue Feb 29, 2020 · 0 comments
Open

Ignore GitHub links in linkcheck by default #59

Julian opened this issue Feb 29, 2020 · 0 comments

Comments

@Julian
Copy link
Owner

Julian commented Feb 29, 2020

# -- Options for the linkcheck builder ------------------------------------


def entire_domain(host):
    return r"http.?://" + re.escape(host) + r"($|/.*)"


linkcheck_ignore = [
    entire_domain("codecov.io"),
    "https://github.com/Julian/jsonschema/actions",
    "https://github.com/Julian/jsonschema/workflows/CI/badge.svg",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant