docs: fix invalid rst syntax
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 3 Feb 2021 10:16:52 +0000 (11:16 +0100)
committerMarge Bot <eric+marge@anholt.net>
Thu, 4 Feb 2021 13:38:40 +0000 (13:38 +0000)
We need a newline here to avoid syntax errors while builind the
sphinx-documentation.

The errors don't lead the build fail, so we didn't notice this on CI.
Which is a shame IMO. Instead, the blocks simply fail to render.

Fixes: 2e2edaa89b4 ("docs/ci: Document setting up the http cache for traces.")
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8839>

docs/ci/bare-metal.rst

index 3ea5774..9d6a0a4 100644 (file)
@@ -136,6 +136,7 @@ To improve the runtime for downloading traces during traces job runs, you will
 want a pass-through HTTP cache.  On your runner box, install nginx:
 
 .. code-block:: console
+
   sudo apt install nginx libnginx-mod-http-lua
 
 Add the server setup files:
@@ -152,6 +153,7 @@ your devices are on.
 Enable the site and restart nginx:
 
 .. code-block:: console
+
   sudo ln -s /etc/nginx/sites-available/fdo-cache /etc/nginx/sites-enabled/fdo-cache
   sudo service nginx restart