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 <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-07-31 16:46:07 -04:00
parent 815628bb9e
commit 3d0ee2b496
1 changed files with 1 additions and 2 deletions

View File

@ -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
<https://www.python.org/dev/peps/pep-0440/>` 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``.