diff options
author | Rich Bennett <rb2745@att.com> | 2017-08-15 07:56:32 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-08-16 01:14:19 +0000 |
commit | 976bffd0713ada3d79158f985af7708d18da5a6a (patch) | |
tree | 15191aac647715f8837fff5562749f2e6c98f397 /docs/conf.py | |
parent | 8e2e21fa4a395afa8871a62261b456ea92be453c (diff) |
Updates to How to Guide
Improve How to Use Documentation Guide including display
existing templates, consistency with the approved Jenkins
job templates, and other editorial improvements
Change-Id: I6a173a656acee2d675cb4af4c3070ab9ab9eb893
Issue-Id: DOC-59
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 19b23f423..0ff5bd0ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,7 +84,7 @@ language = None # directories to ignore when looking for source files. exclude_patterns = [ '_build', - 'templates' + 'submodules/vnfrqts' ] # The reST default role (used for this markup: `text`) to use for all |