From b53072af1ff6d0545b878233634542e5e81bb1e0 Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Thu, 2 Oct 2025 17:20:20 -0400 Subject: [PATCH 1/2] Add jira.mongodb.org/secure/ReleaseNote links to linkcheck_ignore --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 8a7f418609..b2bc8510cc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -84,12 +84,14 @@ # so those link results in a 404. # wiki.centos.org has been flaky. # sourceforge.net is giving a 403 error, but is still accessible from the browser. +# links to release notes in jira give 401 error: unauthorized. linkcheck_ignore = [ "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.md#requesting-an-immediate-check", "https://github.com/mongodb/specifications/blob/master/source/transactions-convenient-api/transactions-convenient-api.md#handling-errors-inside-the-callback", "https://github.com/mongodb/libmongocrypt/blob/master/bindings/python/README.rst#installing-from-source", r"https://wiki.centos.org/[\w/]*", r"https://sourceforge.net/", + r"https://jira\.mongodb\.org/secure/ReleaseNote\.jspa.*", ] # Allow for flaky links. From 5a35856c333040405b1446f4694cce234f280298 Mon Sep 17 00:00:00 2001 From: Casey Clements Date: Thu, 2 Oct 2025 17:37:22 -0400 Subject: [PATCH 2/2] Adds JIRA ticket --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index b2bc8510cc..063429cd98 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -84,7 +84,7 @@ # so those link results in a 404. # wiki.centos.org has been flaky. # sourceforge.net is giving a 403 error, but is still accessible from the browser. -# links to release notes in jira give 401 error: unauthorized. +# Links to release notes in jira give 401 error: unauthorized. PYTHON-5585 linkcheck_ignore = [ "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.md#requesting-an-immediate-check", "https://github.com/mongodb/specifications/blob/master/source/transactions-convenient-api/transactions-convenient-api.md#handling-errors-inside-the-callback",