Remove oslo-incubator related stuff

Change-Id: I4f09eb32cbc461e8aa8cb0df4612730d02e46dda
This commit is contained in:
ChangBo Guo(gcb) 2016-05-11 19:32:58 +08:00
parent 3ac4f3f2d8
commit 7574ab7ac7
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -46,7 +46,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
# E123, E125 skipped as they are invalid PEP-8.
ignore = E123,E125
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
import_exceptions =