summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-12-19 18:08:42 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-12-19 18:10:41 +0000
commitbe11dfbf874af6e16630362de82d7bf2444fac38 (patch)
tree6c026afa824e7a465572a8d56f8c3b1daee5ba87 /doc
parentc52e2ecf95a9be318912caacc0851d9307e679f7 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/conf.py2
1 files changed, 1 insertions, 1 deletions
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.