aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-10-12 10:51:44 +0200
committerthmsdt <thomas.kulik@telekom.de>2022-10-12 11:10:06 +0200
commit58a3a9f166789d8a249a85b4bfab63cbb2589240 (patch)
tree0f3721069291eb5fd8ef6ebc4d9793f659b81c3c
parent7694916c7e569c53c683ff1bcecc52160cc4002a (diff)
add linkcheck_ignore (jakarta)jakarta
Issue-ID: DOC-782 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: Id240ba300b36b5eed4ab4322bf33d873582d15de
-rw-r--r--docs/conf.py8
1 files 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'
+]