Skip to content

Commit

Permalink
Fix: indentation problem in README
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Nov 20, 2023
1 parent f5703a0 commit 50071ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50071ff

Please sign in to comment.