From a958b986af7b8f17ad23e5c31c7ff719c153021e Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 13 Apr 2020 18:46:35 +0200 Subject: 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 Change-Id: I6d7ad9d293a1b5c01f05a021d9a6f3767d04e62f Signed-off-by: mrichomme --- .coafile | 5 ----- 1 file changed, 5 deletions(-) (limited to '.coafile') diff --git a/.coafile b/.coafile index 79c27af9e..81bf44021 100644 --- a/.coafile +++ b/.coafile @@ -27,11 +27,6 @@ pylint_enable = ignore = .tox/** -[rst] -bears = reSTLintBear -ignore = - .tox/** - [md] bears = MarkdownBear ignore = -- cgit 1.2.3-korg