Merge "Remove oslo-incubator related stuff"
This commit is contained in:
@@ -36,7 +36,6 @@ extensions = [
|
|||||||
exclude_patterns = [
|
exclude_patterns = [
|
||||||
'api/setup.rst', # workaround for https://launchpad.net/bugs/1260495
|
'api/setup.rst', # workaround for https://launchpad.net/bugs/1260495
|
||||||
'api/tests.*', # avoid of docs generation from tests
|
'api/tests.*', # avoid of docs generation from tests
|
||||||
'api/oslo.db.openstack.common.*', # skip common modules
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# The suffix of source filenames.
|
# 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.
|
# E123, E125 skipped as they are invalid PEP-8.
|
||||||
ignore = E123,E125
|
ignore = E123,E125
|
||||||
show-source = True
|
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]
|
[hacking]
|
||||||
import_exceptions =
|
import_exceptions =
|
||||||
|
|||||||
Reference in New Issue
Block a user