summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-10-07 16:08:57 +0200
committerthmsdt <thomas.kulik@telekom.de>2024-10-07 16:36:35 +0200
commit64565a206c181e7cabd5901a24fa343cd46c4273 (patch)
tree25e45cf0ce7e21bdd486eb4e785d58d3a5b63a6d /docs/conf.py
parentca0f5eed74b3f8147f6386fed036a4057b43401a (diff)
update for interactive architecture diagram
Issue-ID: DOC-826 Change-Id: I62164aa4558b1b21dd8102a9c10f83dd7c37799e Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c5dd6812c..d949e10c5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -120,5 +120,7 @@ def setup(app):
app.add_css_file("css/ribbon.css")
linkcheck_ignore = [
- r'http://localhost:\d+/'
+ r'http://localhost:\d+/',
+ r'http://.*',
+ r'https://.*'
]