Remove aai submodules aggregated in aai-common
Temporarily exclude offeredapis.rst causing RTD updates to timeout
until root cause of delay eliminated or RTD quota can be increased
Change-Id: I39e495f8e82bbaa451e6ae2c5ec92234ad330de3
Issue-ID: DOC-140
Signed-off-by: Rich Bennett <rb2745@att.com>
diff --git a/docs/conf.py b/docs/conf.py
index ac9edb4..791569e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -95,6 +95,7 @@
# 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'
]