diff --git a/doc/conf.py b/doc/conf.py index bbc90206..da062a73 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -73,7 +73,11 @@ # A list of ignored prefixes for module index sorting. # modindex_common_prefix = [] -linkcheck_ignore = [r"http://localhost:\d+"] +# Links to release notes in jira give 401 error: unauthorized. MOTOR-1476 +linkcheck_ignore = [ + r"http://localhost:\d+", + r"https://jira\.mongodb\.org/secure/ReleaseNote\.jspa.*", +] # Allow for flaky links. linkcheck_retries = 3