From 50071ff42a5cac9a40d7885846f75fe2c54d967f Mon Sep 17 00:00:00 2001 From: "clemens.fricke" Date: Mon, 20 Nov 2023 15:28:22 +0100 Subject: [PATCH] Fix: indentation problem in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86c06e7..85e4444 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ sphinx is installed ignore the first two lines. The following command line calls create a conda environment with all necessary dependencies for building the documentation. ``` console - (base) $ conda create -n sphinx python=3.9 - (base) $ conda activate sphinx - (sphinx) $ pip install sphinx sphinx-rtd-theme +(base) $ conda create -n sphinx python=3.9 +(base) $ conda activate sphinx +(sphinx) $ pip install sphinx sphinx-rtd-theme ``` The documentation is built by executing the following command inside the folder