summaryrefslogtreecommitdiff
path: root/doc/manpages/conf.py
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@users.noreply.github.com>2019-03-27 11:23:29 -0300
committerGitHub <noreply@github.com>2019-03-27 11:23:29 -0300
commitf0f7a56654642863ad52602461112b6761812232 (patch)
treeeabb8f5514336a07335f5ee678aeb6a0aebf5288 /doc/manpages/conf.py
parent13551afd80549d42b8aded7399d7bbd6b77d078e (diff)
parent749461a631622b5f711ccddd2215ae475f6a57e6 (diff)
Merge pull request #4023 from qlyoung/doc-exclude-bfd-options-manpages
doc: exclude bfd-options.rst from toctree
Diffstat (limited to 'doc/manpages/conf.py')
-rw-r--r--doc/manpages/conf.py2
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.