Skip to content

Commit fbaf62f

Browse files
committed
ignore link errors for release-agnostic manpages URLs
we are using a release-agnostic link to manpages, which auto-redirects to the latest release at a different URL. this causes erroneous linkcheck errors that we should ignore.
1 parent 55ee056 commit fbaf62f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/custom_conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
linkcheck_ignore = [
142142
"http://127.0.0.1:8000",
143143
"https://leonelson.com/2011/08/15/how-to-increase-your-csr-key-size-on-microsoft-iis-without-removing-the-production-certificate/",
144+
"https://manpages.ubuntu.com/manpages/man8/*",
144145
]
145146

146147
# Pages on which to ignore anchors

0 commit comments

Comments
 (0)