summaryrefslogtreecommitdiffstats
path: root/doc/developer/conf.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-03-25 21:21:10 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-03-25 21:21:10 +0100
commitc2793eda33af32952ddb4e92d835b5372e73357c (patch)
tree2b69b907a506921a90262acf4604a5966e60038d /doc/developer/conf.py
parentdoc: mv Fedora 24 docs to cover 24+ (diff)
downloadfrr-c2793eda33af32952ddb4e92d835b5372e73357c.tar.xz
frr-c2793eda33af32952ddb4e92d835b5372e73357c.zip
doc: pull out compile instructions into snippet
We're going to use this same snippet across every build doc so let's just pull it into its own include file now. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/developer/conf.py')
-rw-r--r--doc/developer/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/conf.py b/doc/developer/conf.py
index af8673e5f..9acfab739 100644
--- a/doc/developer/conf.py
+++ b/doc/developer/conf.py
@@ -131,7 +131,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', 'building-libyang.rst', 'topotests-snippets.rst']
+exclude_patterns = ['_build', 'building-libyang.rst', 'topotests-snippets.rst', 'include-compile.rst']
# The reST default role (used for this markup: `text`) to use for all
# documents.