Skip to content

Commit 256cd00

Browse files
authored
PYTHON-3339 Ignore Sourceforge link that is giving 403 Error (#993)
1 parent 6acc9f6 commit 256cd00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,14 @@
8282

8383
# Options for link checking
8484
# 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.
8688
linkcheck_ignore = [
8789
"https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.rst#requesting-an-immediate-check",
8890
"https://github.com/mongodb/libmongocrypt/blob/master/bindings/python/README.rst#installing-from-source",
8991
r"https://wiki.centos.org/[\w/]*",
92+
r"http://sourceforge.net/",
9093
]
9194

9295
# -- Options for extensions ----------------------------------------------------

0 commit comments

Comments
 (0)