From ee1f0741561484298eba353969ce67d89ef98220 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Tue, 4 Jul 2023 09:28:47 +0200 Subject: fix doc config files Issue-ID: DOC-811 Signed-off-by: thmsdt Change-Id: I1102b3fe581ff37859eb09259c33955b44f94283 --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index a9c42b6..943ddcd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,5 +52,8 @@ def setup(app): app.add_css_file("css/ribbon.css") linkcheck_ignore = [ - r'http://localhost:\d+/' + r'http://localhost:\d+/', + r'https://WORKER_IP:*', + r'http://WORKER_IP:*', + r'http://hostIP:*' ] -- cgit 1.2.3-korg