add linkcheck_ignore (jakarta) 45/131445/3 jakarta
authorthmsdt <thomas.kulik@telekom.de>
Wed, 12 Oct 2022 08:51:44 +0000 (10:51 +0200)
committerthmsdt <thomas.kulik@telekom.de>
Wed, 12 Oct 2022 09:10:06 +0000 (11:10 +0200)
Issue-ID: DOC-782

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Id240ba300b36b5eed4ab4322bf33d873582d15de

docs/conf.py

index 351d0cc..94a3e0a 100644 (file)
@@ -20,6 +20,10 @@ intersphinx_mapping = {}
 
 html_last_updated_fmt = '%d-%b-%y %H:%M'
 
-
 def setup(app):
-    app.add_css_file("css/ribbon.css")
\ No newline at end of file
+    app.add_css_file("css/ribbon.css")
+
+linkcheck_ignore = [
+    'https://download.primekey.com/docs/EJBCA-Enterprise/6_14_0/CMP.html',
+    'http://ejbca:8080/ejbca/publicweb/cmp/cmpRA'
+]