From c0f2809dea0f8bad90b2bd7608eaf628210f01cb Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Thu, 29 Aug 2024 18:42:06 +0200 Subject: [PATCH] docs: Update guide --- docs/ug/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ug/documentation.md b/docs/ug/documentation.md index de61ab105..a8e0147d4 100644 --- a/docs/ug/documentation.md +++ b/docs/ug/documentation.md @@ -7,7 +7,7 @@ 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