From 42826a0e64b3499cda065fd9ffdf0b5af5754c85 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mon, 15 Jun 2015 16:06:21 +0200 Subject: [PATCH] Fixed the only sphinx warning in docs We made previous attempt to get rid of all warnings, but it turned out that gate does not execute tox's docs job but runs build_sphinx directly. The latter behaviour should be fixed, but while at it, we should prepare neutron job to be executed in gate by cleaning up all warnings. Closes-Bug: #1466554 Change-Id: I8c265eae2175425568479116d1faef7d87fdcc02 --- doc/source/devref/openvswitch_agent.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/openvswitch_agent.rst b/doc/source/devref/openvswitch_agent.rst index ae8660af3c5..e0c45315071 100644 --- a/doc/source/devref/openvswitch_agent.rst +++ b/doc/source/devref/openvswitch_agent.rst @@ -33,7 +33,7 @@ VXLAN Tunnels VXLAN is an overlay technology which encapsulates MAC frames at layer 2 into a UDP header. More information can be found in `The VXLAN wiki page. - `_ +`_ Further Reading