From 749461a631622b5f711ccddd2215ae475f6a57e6 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Tue, 26 Mar 2019 20:53:58 +0000 Subject: [PATCH] doc: exclude bfd-options.rst from toctree This is an include file, needs to be explicitly excluded to suppress Sphinx warnings. Signed-off-by: Quentin Young --- doc/manpages/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manpages/conf.py b/doc/manpages/conf.py index f57bc1d278..46240de1c0 100644 --- a/doc/manpages/conf.py +++ b/doc/manpages/conf.py @@ -129,7 +129,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build', 'common-options.rst', 'epilogue.rst', 'defines.rst'] +exclude_patterns = ['_build', 'common-options.rst', 'epilogue.rst', 'defines.rst', 'bfd-options.rst'] # The reST default role (used for this markup: `text`) to use for all # documents. -- 2.39.5