diff options
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' ] |