diff --git a/docs/README.md b/docs/README.md index 1360d54aa99..5d0fae3de5c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -57,7 +57,11 @@ To build the documentation locally: ```bash pip3 install -r ./.ci/docker/requirements-ci.txt ``` +1. Update submodules + ```bash + git submodule sync && git submodule update --init + ``` 1. Run: ```bash