From a78b751b4b84e494286d6980e60b3ad36ab6eaf3 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 9 Jan 2018 11:43:34 -0500 Subject: [PATCH] Better style --- docs/yaml-config.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/yaml-config.rst b/docs/yaml-config.rst index 0a8b6eb69f3..6fce83495db 100644 --- a/docs/yaml-config.rst +++ b/docs/yaml-config.rst @@ -89,11 +89,11 @@ This lets users specify a more experimental build image, if they want to be on the cutting edge. Certain Python versions require a certain build image, -as defined here:: +as defined here: -* `'1.0': 2, 2.7, 3, 3.4` -* `'2.0': 2, 2.7, 3, 3.5` -* `'latest': 2, 2.7, 3, 3.3, 3.4, 3.5, 3.6` +* ``1.0``: 2, 2.7, 3, 3.4 +* ``2.0``: 2, 2.7, 3, 3.5 +* ``latest``: 2, 2.7, 3, 3.3, 3.4, 3.5, 3.6 .. code-block:: yaml