From 6a792c0a3e24a3efa44c1b874d187139ad22a41d Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 19 Mar 2021 08:01:29 +0100 Subject: [PATCH] docs: Tune layout of env var table Otherwise the descriptions of KAS_WORK_DIR and KAS_BUILD_DIR are merged together when rendering on kas.readthedocs.io. Signed-off-by: Jan Kiszka --- docs/command-line.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/command-line.rst b/docs/command-line.rst index c2e44c6..d2a7298 100644 --- a/docs/command-line.rst +++ b/docs/command-line.rst @@ -15,6 +15,7 @@ Environment variables +=======================+=====================================================+ | ``KAS_WORK_DIR`` | The path of the kas work directory, current work | | | directory is the default. | ++-----------------------+-----------------------------------------------------+ | ``KAS_BUILD_DIR`` | The path build directory, ``${KAS_WORK_DIR}/build`` | | | is the default. | +-----------------------+-----------------------------------------------------+