Merge "Remove oslo-incubator related stuff"

This commit is contained in:
Jenkins
2016-05-19 19:09:03 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 2 deletions

View File

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

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. # 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 =