From 1bd9a4e3122e568df33dbe86d8bc922ebabc652e Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 12 Oct 2022 12:34:03 +0200 Subject: update examples and active config files Issue-ID: DOC-798 Signed-off-by: thmsdt Change-Id: Ifdf67102aa90e992e3803e279c797143a4ab48c1 --- docs/conf.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index f54fd995b..13caa5513 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,8 +17,13 @@ html_static_path = ["_static"] html_show_sphinx = False extensions = [ - 'sphinx.ext.intersphinx','sphinxcontrib.blockdiag', - 'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz'] + 'sphinx.ext.intersphinx', + 'sphinx.ext.graphviz', + 'sphinxcontrib.blockdiag', + 'sphinxcontrib.seqdiag', + 'sphinxcontrib.swaggerdoc', + 'sphinxcontrib.plantuml' +] # # Map to 'latest' if this file is used in 'latest' (master) 'doc' branch. @@ -75,3 +80,7 @@ html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): app.add_css_file("css/ribbon.css") + +linkcheck_ignore = [ + r'http://localhost:\d+/' +] -- cgit 1.2.3-korg