From 77da1c1b019167082da2a916b428b696f644d3bc Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 28 Aug 2023 19:22:24 +0100 Subject: [PATCH] Revert "Move ignorewarnings to output section in linkcheckerrc(5)" The section header names are used when parsing linkcheckerrc. This reverts commit f0b6ddda27588c7dc781960f0ff5a3578495f65a. --- doc/src/man/linkcheckerrc.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/man/linkcheckerrc.rst b/doc/src/man/linkcheckerrc.rst index 6b2986d2..0493c2eb 100644 --- a/doc/src/man/linkcheckerrc.rst +++ b/doc/src/man/linkcheckerrc.rst @@ -114,6 +114,10 @@ filtering **ignore=**\ *REGEX* (`MULTILINE`_) Only check syntax of URLs matching the given regular expressions. Command line option: :option:`--ignore-url` +**ignorewarnings=**\ *NAME*\ [**,**\ *NAME*...] + Ignore the comma-separated list of warnings. See `WARNINGS`_ for + the list of supported warnings. + Command line option: none **internlinks=**\ *REGEX* Regular expression to add more URLs recognized as internal links. Default is that URLs given on the command line are internal. @@ -188,10 +192,6 @@ URL checking results **warnings=**\ [**0**\ \|\ **1**] If set log warnings. Default is to log warnings. Command line option: :option:`--no-warnings` -**ignorewarnings=**\ *NAME*\ [**,**\ *NAME*...] - Ignore the comma-separated list of warnings. See `WARNINGS`_ for - the list of supported warnings. - Command line option: none **ignoreerrors=**\ *URL_REGEX* [*MESSAGE_REGEX*] (`MULTILINE`_) Specify regular expressions to ignore errors for matching URLs, one per line. A second regular expression can be specified per line to