From 672ce377ac6ee675c7deb4d0ef33194cf5102032 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 7 Jul 2020 20:01:47 +0200 Subject: [PATCH] Only update examples submodule from remote --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 2b53edb8..0980ab24 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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