From 3d0ee2b496dd5bd264955fb3e082f3154e0dbca1 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 31 Jul 2018 16:46:07 -0400 Subject: [PATCH] fix URL markup for PEP 440 The markup for the link to PEP-440 does not have a trailing _ so the RST is bleeding into the rendered HTML. Fix this by replacing the long-form URL markup with Sphinx's "pep" role. Change-Id: Ia38217722f8303f00c133049f0942342e95dee24 Signed-off-by: Doug Hellmann --- doc/source/drivers.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/drivers.rst b/doc/source/drivers.rst index 19a1ae6..83e21f7 100644 --- a/doc/source/drivers.rst +++ b/doc/source/drivers.rst @@ -261,8 +261,7 @@ and push that tag to Gerrit by running the following commands:: * After a tag is created the release build will generate a source code tarball and may publish it to a repository such as PyPI. - * Tags need to follow the format of `PEP 440 - ` which consists for + * Tags need to follow the format of :pep:`440` which consists for final releases of one or more non-negative integer values, separated by dots. Be aware that ``pbr`` needs a three component version, like ``1.0.0`` or ``1.2.3``.