We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e89a45 commit e959fb7Copy full SHA for e959fb7
docs/conf.py
@@ -69,12 +69,12 @@
69
# Options for the linkcheck builder
70
# Ignore localhost
71
linkcheck_ignore = [
72
- # TODO: Before release, clean up any links to ignore
73
r"http://localhost",
74
r"http://0.0.0.0",
75
r"http://127.0.0.1",
76
r"https://www.linode.com/",
77
r"https://github.com/plone/documentation/issues/new/choose", # requires auth
+ r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=master", # plone.restapi
78
]
79
linkcheck_anchors = False
80
linkcheck_timeout = 10
0 commit comments