diff options
author | 2017-10-26 02:01:39 -0400 | |
---|---|---|
committer | 2017-10-26 02:20:54 -0400 | |
commit | b9edd53203fccf9a37521394ca2cc0e1c5fcdec7 (patch) | |
tree | fc5155489a85951a0bdc66eb3420c73c14caad86 /docs/conf.py | |
parent | edbb157a88dead8381cfcc6f58178a1e6b452c7c (diff) |
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>
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' ] |