From fd685bae73933434b4c4fd0689898407fd4f9058 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sun, 27 Nov 2011 13:14:40 -0500 Subject: fixed git ref --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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')) -- cgit v1.2.3