]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: exclude snmptrap.rst from build
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 19 Dec 2018 18:08:42 +0000 (18:08 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 19 Dec 2018 18:10:41 +0000 (18:10 +0000)
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>
doc/user/conf.py

index 2231989fe51713dc5960c3c93d11124e54dbe16c..57a7c084734233f4dd0dc5fa1fba706af37ad6c8 100644 (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.