doc: exclude snmptrap.rst from build

This doc is .. include::'d in snmp.rst and needs to be ignored as part
of the main toctree build. This patch squashes a Sphinx build warning.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2018-12-19 18:08:42 +00:00
parent c52e2ecf95
commit be11dfbf87

View File

@ -132,7 +132,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', 'rpki.rst', 'routeserver.rst',
'ospf_fundamentals.rst', 'flowspec.rst']
'ospf_fundamentals.rst', 'flowspec.rst', 'snmptrap.rst']
# The reST default role (used for this markup: `text`) to use for all
# documents.