diff --git a/docs/source/development/docs.md b/docs/source/development/docs.md index e21f954..bb389ff 100644 --- a/docs/source/development/docs.md +++ b/docs/source/development/docs.md @@ -18,7 +18,7 @@ poetry install **Create the documentation:** - Build the documentation: -``` +```shell # Using makefile (Linux/macOS): make -C docs html