Skip to content

Commit c2b875d

Browse files
committed
Set linkcheck_allow_unauthorized to Trie for jira release note links not to break build
1 parent e3910f8 commit c2b875d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
# Allow for flaky links.
9696
linkcheck_retries = 3
9797

98+
# Avoid unauthorized links causing build failures: PYTHON-5585
99+
linkcheck_allow_unauthorized = True
100+
101+
98102
# -- Options for extensions ----------------------------------------------------
99103
autoclass_content = "init"
100104

0 commit comments

Comments
 (0)