From d09506074ab14266c90cfdd92d64f0a21f0e68c0 Mon Sep 17 00:00:00 2001 From: Christian Roth Date: Mon, 6 Dec 2021 10:34:59 +0100 Subject: [PATCH] added changelog entry --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index b274f6016b1..073346a2aa5 100644 --- a/CHANGES +++ b/CHANGES @@ -47,6 +47,8 @@ Features added ``__all__`` attribute if :confval:`autosummary_ignore_module_all` is set to ``False``. The default behaviour is unchanged. Autogen also now supports this behavior with the ``--respect-module-all`` switch. +* #9894: linkcheck: new option`linkcheck_documents_exclude` allows to disable + link check in matched documents. Bugs fixed ----------