summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2021-05-06 13:47:49 +0000
committerGerrit Code Review <gerrit@onap.org>2021-05-06 13:47:49 +0000
commitcc09ff06fb78a52747ec8c6752ac2c9308553b8a (patch)
treeb6aae587e95c85d780514b02c16689443abdcfd9 /docs/conf.py
parent531b33affef1b9f51566c4d3a1e5b5e5a3623093 (diff)
parent32d2daf4c1c9a01c6cc6e9b4218b9f4d2650b8e8 (diff)
Merge "Template updates - sections"
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 25749b37c..11918233b 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 = {}
# Latest (change to branch)
@@ -104,6 +100,8 @@ intersphinx_mapping['onap-vfc-nfvo-driver-vnfm-svnfm'] = (
'{}/onap-vfc-nfvo-driver-vnfm-svnfm/en/%s'.format(doc_url) % branch, None)
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',