aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-04-13 18:46:35 +0200
committerMarco Platania <platania@research.att.com>2020-04-15 12:34:58 +0000
commita958b986af7b8f17ad23e5c31c7ff719c153021e (patch)
treef5b26163c7579fb68cadebd7a0d49e5d39073e9d /docs/conf.py
parent398c9b251dc910c4cffc4fc5a3c2b8b221980c91 (diff)
Fix rst errors
- Modify the linter to use sphinx linters (no coala bean) - Fix all broken links - fix minor rst issue - Add regex in ignore link (for ONAP URL and frankfurt doc) The rst target defined in tox will execute 3 steps: - local build of the documentation - check of the url Note 1: for the moment the Warning have not been turned into Error Note 2: frankfurt exeption shall be removed when frankfurt branch is available Issue-ID: INT-1523 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I6d7ad9d293a1b5c01f05a021d9a6f3767d04e62f Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8f40e8b81..99a44bc85 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -4,7 +4,16 @@ branch = 'latest'
master_doc = 'index'
linkcheck_ignore = [
- 'http://localhost',
+ r'http://localhost:\d+/',
+ 'http://CONSUL_SERVER_UI:30270/ui/#/dc1/services',
+ r'https://.*h=frankfurt',
+ r'http.*frankfurt.*',
+ r'http.*simpledemo.onap.org.*',
+ r'http://ANY_K8S_IP.*',
+ 'http://so-monitoring:30224',
+ r'http://SINK_IP_ADDRESS:667.*',
+ r'http.*K8S_HOST:30227.*',
+ r'http.*K8S_NODE_IP:30209.*'
]
intersphinx_mapping = {}