From 8a2da00d0d1f28b7d106c88f67afbc255da518d4 Mon Sep 17 00:00:00 2001
From: Martin Weinelt <martin@darmstadt.freifunk.net>
Date: Fri, 21 Jun 2019 00:42:29 +0200
Subject: [PATCH] docs: fix codeblock in getting_started.rst

Issue was uncovered by sphinx-build:
docs/user/getting_started.rst:100: WARNING: Definition list ends without a blank line; unexpected unindent.
---
 docs/user/getting_started.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst
index 007886436..998405259 100644
--- a/docs/user/getting_started.rst
+++ b/docs/user/getting_started.rst
@@ -93,7 +93,7 @@ In case of errors read the messages carefully and try to fix the stated issues
 ``ar71xx-generic`` is the most common target and will generate images for most of the supported hardware.
 To see a complete list of supported targets, call ``make`` without setting ``GLUON_TARGET``.
 
-To build all targets use a loop like this:
+To build all targets use a loop like this::
 
     for TARGET in $(make list-targets); do
       make GLUON_TARGET=$TARGET
-- 
GitLab