From 8b9d977a08630fa93d0826522ec61c2a9d348fed Mon Sep 17 00:00:00 2001 From: Aki Nitta Date: Sat, 18 Sep 2021 01:11:18 +0900 Subject: [PATCH] Add submodule update to contributing (#9578) --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f673411636..31daf58043 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -168,6 +168,7 @@ formatting errors. In certain cases, a missing blank line or a wrong indent can Run these commands ```bash +git submodule update --init --recursive pip install -r requirements/docs.txt cd docs make html