From 58a3a9f166789d8a249a85b4bfab63cbb2589240 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 12 Oct 2022 10:51:44 +0200 Subject: add linkcheck_ignore (jakarta) Issue-ID: DOC-782 Signed-off-by: thmsdt Change-Id: Id240ba300b36b5eed4ab4322bf33d873582d15de --- docs/conf.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 351d0ccd..94a3e0a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' +] -- cgit 1.2.3-korg