From 1cadc862a352ed74d6746a38ecea03893848cef2 Mon Sep 17 00:00:00 2001 From: Wojciech Gryncewicz Date: Wed, 25 Nov 2020 12:00:44 +0100 Subject: [PATCH] docs: Suppressed footnote warnings for included -key.rst files Signed-off-by: Wojciech Gryncewicz --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index b817d54..70129cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,6 +124,9 @@ exclude_patterns = [ 'code-of-conduct.rst', 'rules/periphery-rules.rst', 'rules/device-details/*/index.rst', + 'rules/summary/*-key.rst', + 'rules/layers/*-key.rst', + 'rules/hv/*-key.rst', ] # The name of the Pygments (syntax highlighting) style to use.