From: Quentin Young Date: Tue, 26 Mar 2019 20:53:58 +0000 (+0000) Subject: doc: exclude bfd-options.rst from toctree X-Git-Tag: 7.1_pulled~132^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F4023%2Fhead;p=mirror%2Ffrr.git 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 --- 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.