aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-07-04 13:43:14 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-07-05 17:29:09 +0200
commit129029584597941bb7603dd7440b7d37f823ef96 (patch)
tree02e92b4c5383d48ad51bbf5498516a42c2040027 /docs/conf.py
parentfbece5930eebe53f88b1c2a657cc9871490f8ca6 (diff)
fix doc config files and doc files + top-level tox.ini
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I67dd9f27a851c4a12f078f28c4f9904959c42393
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 a9c42b67..27af5cbe 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'http://ClusterIP:*',
+ r'http://172.60.2.39:*',
+ r'http://10.43.21.105:*'
]