diff options
author | Rich Bennett <rb2745@att.com> | 2017-11-14 11:56:43 -0500 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-11-14 11:57:29 -0500 |
commit | 44a4dd7544059525d93ebc0e8c5a8390e03fdfa4 (patch) | |
tree | 04cd2144ffad781f803a14ce12d71853efdbf1d4 | |
parent | d11981cfd71e9157cbfac57d192b9c2ced5ecd6c (diff) |
Remove exclusion for files removed in SO-319
Change-Id: I4cfb33c8b79c654e98d25fef51b86ee505948db1
Issue-ID: SO-319
Signed-off-by: Rich Bennett <rb2745@att.com>
-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 7612b0bb2..393e2ac42 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/so.git/aria/multivim-plugin/', '_build' ] |