Skip to content

Commit

Permalink
docs: Update documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 29, 2024
1 parent d4abc4e commit 7c641bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ug/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ theme](https://squidfunk.github.io/mkdocs-material/). Before building the
documentation, make sure you have the required dependencies installed:

```shell
pip install -r docs/requirements.txt
pip install .[docs]
```

After everything is installed, you can build a static copy of the `html` documentation by
executing (in the root directory):

```shell
```**shell**
make docs
```

Expand Down

0 comments on commit 7c641bc

Please sign in to comment.