diff options
author | Rich Bennett <rb2745@att.com> | 2017-07-25 19:28:00 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-07-25 19:38:10 -0400 |
commit | d1f094919f1558d05f5aa72e209ad9359135bcf4 (patch) | |
tree | 5a7f1d55d8a0fb5d9a9c69613b955527934f5591 /docs/conf.py | |
parent | 22ef08574b5562794ae59c61ecebf8d596a9b5d3 (diff) |
[DOC-57 Add vnfrqts/guidelines submodule]
Change-Id: I483f12449de27a00421289438c73baa38e0fa1af
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 580cce8a8..b3d753323 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,10 @@ 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', + 'templates' + ] # The reST default role (used for this markup: `text`) to use for all # documents. |