diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-26 21:53:58 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-26 21:53:58 +0100 |
commit | 749461a631622b5f711ccddd2215ae475f6a57e6 (patch) | |
tree | b2ada0446e0e151b5f3ffb8e73b117a754f07f98 /doc/manpages | |
parent | Merge pull request #3983 from opensourcerouting/pim-tests (diff) | |
download | frr-749461a631622b5f711ccddd2215ae475f6a57e6.tar.xz frr-749461a631622b5f711ccddd2215ae475f6a57e6.zip |
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 <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/manpages')
-rw-r--r-- | doc/manpages/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manpages/conf.py b/doc/manpages/conf.py index f57bc1d27..46240de1c 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. |