Julian / Julian/mkpkg

Ignore GitHub links in linkcheck by default

Open
#59 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.