summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-07-04 09:28:47 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-07-04 10:57:54 +0200
commitee1f0741561484298eba353969ce67d89ef98220 (patch)
tree5950b334a4f5bd7e2cd882900d08e3c4877f50d5 /docs/conf.py
parent22f97cbfa5d8ed9a3e16720ebf87965a563cb94f (diff)
fix doc config files
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I1102b3fe581ff37859eb09259c33955b44f94283
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 4 insertions, 1 deletions
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:*'
]