Kaydet (Commit) 0ef49667 authored tarafından Georg Brandl's avatar Georg Brandl

linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again).

üst 525d3559
......@@ -172,6 +172,16 @@ coverage_ignore_c_items = {
# 'cfunction': [...]
}
# Options for the link checker
# ----------------------------
# Ignore certain URLs.
linkcheck_ignore = [r'https://bugs.python.org/(issue)?\d+',
# Ignore PEPs for now, they all have permanent redirects.
r'http://www.python.org/dev/peps/pep-\d+']
# Options for extensions
# ----------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment