diff options
author | Gregory Glover <gg2147@att.com> | 2017-11-08 21:27:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-08 21:27:54 +0000 |
commit | d3c0401864331fad8810f429a8801daa146181bf (patch) | |
tree | 430d7417f50b9b5a5421d762f781a0057481f0a3 | |
parent | 326c591d0407fa9450d005741627831aa32b1d7e (diff) | |
parent | 80c709798a2a9996a8a542f8ae6b97aa35015d60 (diff) |
Merge "Remove AAI rst file exclusion"
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 54db529a2..7612b0bb2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,7 +94,6 @@ 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', 'submodules/so.git/aria/multivim-plugin/', '_build' ] |