summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-11-14 14:26:53 -0500
committerDoug Hellmann <doug@doughellmann.com>2014-11-14 17:17:25 -0500
commitbca4a0d827fbef53d2c5a969d895b908a4362485 (patch)
tree7dd931494adb32ec8a935e6d6bed782f3105b758 /doc
parent58de317f8487a20768da6deafe2d2a7aa3ebcc1d (diff)
downloadoslo-concurrency-bca4a0d827fbef53d2c5a969d895b908a4362485.tar.gz
Move out of the oslo namespace package
Move the public API out of oslo.concurrency to oslo_concurrency. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: I20d1647b1c3ef8cab3b69eccfe168eeb01703b72
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/source/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9fad769..2d42847 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -36,8 +36,9 @@ extensions = [
# files.
exclude_patterns = [
'api/tests.*', # avoid of docs generation from tests
- 'api/oslo.concurrency.openstack.common.*', # skip common modules
- 'api/oslo.concurrency._*', # skip private modules
+ 'api/oslo.concurrency.*', # skip deprecated import from namespace package
+ 'api/oslo_concurrency.openstack.common.*', # skip common modules
+ 'api/oslo_concurrency._*', # skip private modules
]
# Prune the excluded patterns from the autoindex