add linkcheck_ignore (jakarta)
[oom/platform/cert-service.git] / 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'
+]