From 0e0a5d5ea7c3b5c96b61b5a438a8caab72e8fa0b Mon Sep 17 00:00:00 2001 From: SiQube Date: Fri, 22 Sep 2023 14:18:15 -0400 Subject: [PATCH] update CONTRIBUTING.md about possible pandoc installation --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a5122d1c..d58745069 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -176,6 +176,7 @@ You can build the documentation locally using the respective tox environment: tox -e docs ``` It will appear in the `build/docs` directory. +Please note that in order to reproduce the documentation locally, you may need to install `pandoc`. If necessary, please refer to the [installation guide](https://pandoc.org/installing.html) for detailed instructions. To rebuild the full documentation use ```bash