summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2011-11-26 22:35:48 -0500
committerBlaise Laflamme <blaise@laflamme.org>2011-11-26 22:35:48 -0500
commit9396b476bab8a2fb885c65791b2150d74ceac122 (patch)
treec87a97c7ab040f79ddb4b9ad25ee93210fc93c59 /docs/conf.py
parentafe7a786bd2a75b7c9d36f58856b72b6978ef617 (diff)
downloadpyramid-9396b476bab8a2fb885c65791b2150d74ceac122.tar.gz
pyramid-9396b476bab8a2fb885c65791b2150d74ceac122.tar.bz2
pyramid-9396b476bab8a2fb885c65791b2150d74ceac122.zip
git submodule missing
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 874425808..4a39f5d64 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,7 +52,7 @@ if rtd:
from subprocess import Popen, PIPE
p = Popen('which git', shell=True, stdout=PIPE)
git = p.stdout.read().strip()
- os.system('{0} submodule update --init; {0} foreach git pull origin master'.format(git))
+ os.system('{0} submodule update --init; {0} submodule foreach git pull origin master;'.format(git))
os.chdir(wd)
for item in os.listdir(parent):