From a75b87c8849bfbf5e6d50b750dafe2eb727e5920 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 21 Jun 2018 13:04:56 +1000 Subject: [PATCH] Fix docstrings to work with Sphinx 1.7.4 According to the thread at http://lists.openstack.org/pipermail/openstack-dev/2018-May/130581.html some projects including networking-midonet can not build docs with sphinx 1.7.4+ This seems to be becaus the parser is now more strict? This patch *seems* to fix those doc builds Change-Id: Ie96dca126e727fc9a34eece1590a92f7dd3af426 Partial-Bug: 1771092 --- neutron/db/l3_db.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/db/l3_db.py b/neutron/db/l3_db.py index 33b5d99b101..66794542ab7 100644 --- a/neutron/db/l3_db.py +++ b/neutron/db/l3_db.py @@ -1091,8 +1091,8 @@ class L3_NAT_dbonly_mixin(l3.RouterPluginBase, :param internal_subnet: The subnet for the fixed-ip. :param external_network_id: The external network for floating-ip. - :raises: ExternalGatewayForFloatingIPNotFound if no suitable router - is found. + :raises: ExternalGatewayForFloatingIPNotFound if no suitable router \ + is found. """ # Find routers(with router_id and interface address) that