Skip to content

Commit 6bdf07e

Browse files
PYTHON-5585 Add jira.mongodb.org/secure/ReleaseNote links to linkcheck_ignore (#2572)
1 parent e3910f8 commit 6bdf07e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,14 @@
8484
# so those link results in a 404.
8585
# wiki.centos.org has been flaky.
8686
# sourceforge.net is giving a 403 error, but is still accessible from the browser.
87+
# Links to release notes in jira give 401 error: unauthorized. PYTHON-5585
8788
linkcheck_ignore = [
8889
"https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.md#requesting-an-immediate-check",
8990
"https://github.com/mongodb/specifications/blob/master/source/transactions-convenient-api/transactions-convenient-api.md#handling-errors-inside-the-callback",
9091
"https://github.com/mongodb/libmongocrypt/blob/master/bindings/python/README.rst#installing-from-source",
9192
r"https://wiki.centos.org/[\w/]*",
9293
r"https://sourceforge.net/",
94+
r"https://jira\.mongodb\.org/secure/ReleaseNote\.jspa.*",
9395
]
9496

9597
# Allow for flaky links.

0 commit comments

Comments
 (0)