Merge "Enable warning-is-error in doc build"

This commit is contained in:
Jenkins
2017-07-11 16:39:07 +00:00
committed by Gerrit Code Review
5 changed files with 18 additions and 11 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ cover/
covhtml/ covhtml/
dist/ dist/
doc/build doc/build
doc/source/api/
etc/*.sample etc/*.sample
*.DS_Store *.DS_Store
*.pyc *.pyc

View File

@@ -21,9 +21,10 @@ Testing and Usage Information:
:maxdepth: 1 :maxdepth: 1
devstack devstack
API reference <api/modules>
================== .. rubric:: Indices and tables
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search` * :ref:`search`

View File

@@ -37,9 +37,10 @@ class FwaasDriverBase(object):
The policy is applied on traffic ingressing/egressing interfaces on The policy is applied on traffic ingressing/egressing interfaces on
the trusted zone. This implies that policy will be applied for traffic the trusted zone. This implies that policy will be applied for traffic
passing from passing from
- trusted to untrusted zones
- untrusted to trusted zones - trusted to untrusted zones
- trusted to trusted zones - untrusted to trusted zones
- trusted to trusted zones
Policy WILL NOT be applied for traffic from untrusted to untrusted zones. Policy WILL NOT be applied for traffic from untrusted to untrusted zones.
This is not a problem in Havana release as there is only one interface This is not a problem in Havana release as there is only one interface

View File

@@ -37,9 +37,10 @@ class FwaasDriverBase(object):
The policy is applied on traffic ingressing/egressing interfaces on The policy is applied on traffic ingressing/egressing interfaces on
the trusted zone. This implies that policy will be applied for traffic the trusted zone. This implies that policy will be applied for traffic
passing from passing from
- trusted to untrusted zones
- untrusted to trusted zones - trusted to untrusted zones
- trusted to trusted zones - untrusted to trusted zones
- trusted to trusted zones
Policy WILL NOT be applied for traffic from untrusted to untrusted zones. Policy WILL NOT be applied for traffic from untrusted to untrusted zones.
This is not a problem in Havana release as there is only one interface This is not a problem in Havana release as there is only one interface

View File

@@ -59,6 +59,7 @@ neutron_fwaas.services.firewall.drivers.linux =
all_files = 1 all_files = 1
build-dir = doc/build build-dir = doc/build
source-dir = doc/source source-dir = doc/source
warning-is-error = 1
[extract_messages] [extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext keywords = _ gettext ngettext l_ lazy_gettext
@@ -78,5 +79,7 @@ input_file = neutron_fwaas/locale/neutron_fwaas.pot
universal = 1 universal = 1
[pbr] [pbr]
autodoc_index_modules = True autodoc_tree_index_modules = True
warnerrors = True autodoc_tree_excludes =
setup.py
neutron_fwaas/tests