diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-26 20:53:58 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-26 20:53:58 +0000 |
| commit | 749461a631622b5f711ccddd2215ae475f6a57e6 (patch) | |
| tree | b2ada0446e0e151b5f3ffb8e73b117a754f07f98 /doc/manpages | |
| parent | d5737d2baa838cab38983ff3deb576e1420bf434 (diff) | |
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 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. |
