diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-05-19 15:12:05 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2022-05-19 14:02:41 +0000 |
commit | 187d1435142c50e627890ddd5049a9f43ebbe1a2 (patch) | |
tree | 91ce5e18e5dff40ccfeedeee9ad60aeb565e5ab3 /docs/conf.py | |
parent | 03b0923ab092e980ba74537f00212abb0f499d05 (diff) |
[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 <andreas-geissler@telekom.de>
Change-Id: I1a26d7289890eee7fb38b11a45da3db5fc70ba8d
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 = [ |