diff options
author | Rich Bennett <rb2745@att.com> | 2017-11-08 14:33:30 -0500 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-11-08 14:41:15 -0500 |
commit | 80c709798a2a9996a8a542f8ae6b97aa35015d60 (patch) | |
tree | 8f99c4cfff908645cb5abd329cfb7d843d23741d /docs | |
parent | 7931a4fd3f1b0a4fd489ddfcf00ae142dc404237 (diff) |
Remove AAI rst file exclusion
OfferedAPIs has been modified, should not cause RTD build timeout
Change-Id: Ic9c573edbe8fccd372f6abaf323e4e0b4f1cfad1
Issue-ID: DOC-157
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs')
-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' ] |