mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
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:
parent
c52e2ecf95
commit
be11dfbf87
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user