diff options
author | Gregory Glover <gg2147@att.com> | 2017-10-26 11:45:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-26 11:45:49 +0000 |
commit | ea7c0df2873f9a8dec70ba976c76a0d636fa91a6 (patch) | |
tree | 5278582593a544e1430a12b0fa694e1e4f15c01f /docs/conf.py | |
parent | a90b85552db233bf6ae4e673fe6e21e20799a3ae (diff) | |
parent | b9edd53203fccf9a37521394ca2cc0e1c5fcdec7 (diff) |
Merge "Remove aai submodules aggregated in aai-common"
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index ac9edb47e..791569eb5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,6 +95,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [ + 'submodules/aai/aai-common.git/docs/platform/offeredapis.rst', '_build' ] |