From: Ihar Hrachyshka Date: Mon, 15 Jun 2015 14:06:21 +0000 (+0200) Subject: Fixed the only sphinx warning in docs X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=42826a0e64b3499cda065fd9ffdf0b5af5754c85;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/doc/source/devref/openvswitch_agent.rst b/doc/source/devref/openvswitch_agent.rst index ae8660af3..e0c453150 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