diff options
author | Andrea Visnyei <andrea.visnyei@nokia.com> | 2020-12-09 12:26:35 +0100 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2021-05-06 15:36:12 +0200 |
commit | 32d2daf4c1c9a01c6cc6e9b4218b9f4d2650b8e8 (patch) | |
tree | 037bd4cf5220935b9f405d3db64e9b5b5e01eafe /docs/conf.py | |
parent | c7d15886be96f3036709bb0acc4beb7169e8eec1 (diff) |
Template updates - sections
Instructions and examples added, notes commented out, review comments implemented
Add example.com in the linkcheck_ignore
Issue-ID: DOC-696
Change-Id: I8221ba6f2adce534ced7d8c06fbc7f23eef39efe
Signed-off-by: Andrea Visnyei <andrea.visnyei@nokia.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 2de736ec9..3025d0e62 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,10 +5,6 @@ branch = 'latest' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' -linkcheck_ignore = [ - 'http://localhost', -] - intersphinx_mapping = {} intersphinx_mapping['onap-oom-offline-installer'] = ( @@ -95,6 +91,8 @@ intersphinx_mapping['onap-aaf-authz'] = ('{}/onap-aaf-authz/en/%s'.format(doc_ur linkcheck_ignore = [ + 'http://localhost', + 'https://example.com', 'about:config', # this URL is not directly reachable and must be configured in the system hosts file. 'https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm', |