From 73a4225d6def118fad7b7059131fb9db990710d2 Mon Sep 17 00:00:00 2001 From: Roberto Di Remigio Date: Thu, 12 Apr 2018 10:45:20 -0400 Subject: [PATCH] Insert spaces after markup commands --- doc/programmers/documentation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/programmers/documentation.rst b/doc/programmers/documentation.rst index b979fb8b7..214210369 100644 --- a/doc/programmers/documentation.rst +++ b/doc/programmers/documentation.rst @@ -59,12 +59,14 @@ To have an offline version of the documentation just issue in the ``doc`` folder: .. code-block:: bash + sphinx-build . _build The HTML will be stored in ``_build/``. Open the ``_build/index.html`` file with your browser to see and browse the documentation. .. warning:: + It is only possible to build documentation locally from within the ``doc`` folder. This choice was made to simplify the set up of the ReadTheDocs and local