File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 82
82
83
83
# Options for link checking
84
84
# The anchors on the rendered markdown page are created after the fact,
85
- # so this link results in a 404.
85
+ # so those link results in a 404.
86
+ # wiki.centos.org has been flakey.
87
+ # sourceforge.net is giving a 403 error, but is still accessible from the browser.
86
88
linkcheck_ignore = [
87
89
"https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.rst#requesting-an-immediate-check" ,
88
90
"https://github.com/mongodb/libmongocrypt/blob/master/bindings/python/README.rst#installing-from-source" ,
89
91
r"https://wiki.centos.org/[\w/]*" ,
92
+ r"http://sourceforge.net/" ,
90
93
]
91
94
92
95
# -- Options for extensions ----------------------------------------------------
You can’t perform that action at this time.
0 commit comments