]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: exclude bfd-options.rst from toctree 4023/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Mar 2019 20:53:58 +0000 (20:53 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Mar 2019 20:53:58 +0000 (20:53 +0000)
This is an include file, needs to be explicitly excluded to suppress
Sphinx warnings.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/manpages/conf.py

index f57bc1d27868eecc379211746d44bad55e19ef32..46240de1c0a1244679408c63de9ed88e3d7bdf5e 100644 (file)
@@ -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.