Only update examples submodule from remote

This commit is contained in:
Reuben Morais 2020-07-07 20:01:47 +02:00
parent daf28086e5
commit 672ce377ac
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ pip3:
$(PIP_INSTALL) -r ../taskcluster/docs-requirements.txt
submodule:
git submodule update --init --remote
git submodule update --init --remote -- ../doc/examples
# Add submodule update dependency to Sphinx's "html" target
html: Makefile submodule pip3