Skip to content

Commit 1ddf59a

Browse files
committed
[conf.py]: Linkcheck: Extend List of Ignored URLs
Ignore the URL of the Palma confluence wiki (https://confluence.uni-muenster.de), because it is only reachable within the university network.
1 parent d826f72 commit 1ddf59a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/conf.py

+11
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,17 @@
440440
text_secnumber_suffix = html_secnumber_suffix
441441

442442

443+
# -- Options for the linkcheck builder ---------------------------------
444+
445+
# List of regular expressions that match URIs that should not be checked
446+
# when running `make linkcheck`.
447+
linkcheck_ignore = [
448+
# Errno 110 Connection timed out.
449+
r"https://confluence\.uni-muenster\.de.",
450+
]
451+
linkcheck_retries = 2
452+
453+
443454
# -- Extension configuration -------------------------------------------
444455
# -- Options for autodoc extension -------------------------------------
445456

0 commit comments

Comments
 (0)