Set pbr 'warnerrors' option for doc build

By setting this pbr option in setup.cfg, the doc build will fail in case
of any warnings or errors occur during the build process. To be able to
turn on this setting, the current formatting errors were fixed.

Change-Id: Iec3f70eeb56c4652c2171e5f58c433f1434e6be1
This commit is contained in:
Ildiko
2014-06-06 11:37:39 +02:00
parent 122ad72fac
commit 8313866971

View File

@@ -117,14 +117,13 @@ def set_tcp_keepalive(sock, tcp_keepalive=True,
This function configures tcp keepalive parameters if users wish to do
so.
:param tcp_keepalive: Boolean, turn on or off tcp_keepalive. If users are
not sure, this should be True, and default values will be used.
:param tcp_keepidle: time to wait before starting to send keepalive probes
:param tcp_keepalive_interval: time between successive probes, once the
initial wait time is over
:param tcp_keepalive_count: number of probes to send before the connection
is killed
"""