From 187d1435142c50e627890ddd5049a9f43ebbe1a2 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 19 May 2022 15:12:05 +0200 Subject: [DOCS] Update J release notes for cert-service Update the expired certificates and recreate the docker files Update the release notes and update some Sphinx files Fix some linting problems in the files Issue-ID: OOM-2953 Signed-off-by: Andreas Geissler Change-Id: I1a26d7289890eee7fb38b11a45da3db5fc70ba8d --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 1e26e7dc..351d0ccd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,6 +5,12 @@ master_doc = 'index' linkcheck_ignore = [ 'http://localhost', + 'http://ejbca', + 'https://localhost' +] + +exclude_patterns = [ + '.tox' ] extensions = [ -- cgit 1.2.3-korg