diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-05-11 19:32:58 +0800 |
---|---|---|
committer | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-05-11 19:32:58 +0800 |
commit | 7574ab7ac7a3f38e69fd1f1280ece38783566c72 (patch) | |
tree | 9268e2e36fba120b073d138240eec03e23a5fc85 /doc | |
parent | 3ac4f3f2d8ddfd60543b978026ce37ab2f767cab (diff) | |
download | oslo-db-7574ab7ac7a3f38e69fd1f1280ece38783566c72.tar.gz |
Remove oslo-incubator related stuff
Change-Id: I4f09eb32cbc461e8aa8cb0df4612730d02e46dda
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/source/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 69fb87a..00f65cb 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -36,7 +36,6 @@ extensions = [ exclude_patterns = [ 'api/setup.rst', # workaround for https://launchpad.net/bugs/1260495 'api/tests.*', # avoid of docs generation from tests - 'api/oslo.db.openstack.common.*', # skip common modules ] # The suffix of source filenames. |