From c2793eda33af32952ddb4e92d835b5372e73357c Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 25 Mar 2019 20:21:10 +0000 Subject: 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 --- doc/developer/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/developer/conf.py') diff --git a/doc/developer/conf.py b/doc/developer/conf.py index af8673e5fa..9acfab739a 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. -- cgit v1.2.3