summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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'))