aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-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'
+]