From be11dfbf874af6e16630362de82d7bf2444fac38 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 19 Dec 2018 18:08:42 +0000 Subject: [PATCH] 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 --- doc/user/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/conf.py b/doc/user/conf.py index 2231989fe5..57a7c08473 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -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.