Ignore GitHub links in linkcheck by default
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- Avg merge
- 6h 37m
- Merged PRs (30d)
- 2
Description
```
# -- 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",
]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.