summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2011-11-27 13:14:40 -0500
committerBlaise Laflamme <blaise@laflamme.org>2011-11-27 13:14:40 -0500
commitfd685bae73933434b4c4fd0689898407fd4f9058 (patch)
treec4f8fc69b1a9bd5e38c147d1c68103c5de181eec /docs
parent480df1f5227d5beda988431ea7588241338ff54f (diff)
downloadpyramid-fd685bae73933434b4c4fd0689898407fd4f9058.tar.gz
pyramid-fd685bae73933434b4c4fd0689898407fd4f9058.tar.bz2
pyramid-fd685bae73933434b4c4fd0689898407fd4f9058.zip
fixed git ref
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 092c1fca3..530703e14 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -149,12 +149,12 @@ cwd = os.getcwd()
_themes = os.path.join(cwd, '_themes')
if not os.path.isdir(_themes):
- call(['git', 'clone', 'git://github.com/Pylons/pylons_sphinx_theme.git',
+ call([git, 'clone', 'git://github.com/Pylons/pylons_sphinx_theme.git',
'_themes'])
else:
os.chdir(_themes)
- call(['git', 'checkout', 'master'])
- call(['git', 'pull'])
+ call([git, 'checkout', 'master'])
+ call([git, 'pull'])
os.chdir(cwd)
sys.path.append(os.path.abspath('_themes'))