summaryrefslogtreecommitdiff
path: root/doc/manpages/conf.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-02-07 13:36:03 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-02-07 13:36:03 -0500
commit12b7724ff82caf19beb9c20e570a43af8d343674 (patch)
tree33632a6d734e412073ceb34502b9280f91f80869 /doc/manpages/conf.py
parent1a52a8c142d7317253313114c772c5e5117bcff6 (diff)
doc: fix toctree warning in manpages
Forgot to add a couple includes to the exclude list. Also move defines.txt to defines.rst since I know how to properly ignore things now. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/manpages/conf.py')
-rw-r--r--doc/manpages/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manpages/conf.py b/doc/manpages/conf.py
index 6aa8588039..403e86e55e 100644
--- a/doc/manpages/conf.py
+++ b/doc/manpages/conf.py
@@ -125,7 +125,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']
+exclude_patterns = ['_build', 'common-options.rst', 'epilogue.rst', 'defines.rst']
# The reST default role (used for this markup: `text`) to use for all
# documents.