Remove oslo-incubator related stuff
Change-Id: I4f09eb32cbc461e8aa8cb0df4612730d02e46dda
This commit is contained in:
parent
3ac4f3f2d8
commit
7574ab7ac7
@ -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.
|
||||
|
2
tox.ini
2
tox.ini
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user