diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2011-11-27 13:14:40 -0500 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2011-11-27 13:14:40 -0500 |
| commit | fd685bae73933434b4c4fd0689898407fd4f9058 (patch) | |
| tree | c4f8fc69b1a9bd5e38c147d1c68103c5de181eec /docs | |
| parent | 480df1f5227d5beda988431ea7588241338ff54f (diff) | |
| download | pyramid-fd685bae73933434b4c4fd0689898407fd4f9058.tar.gz pyramid-fd685bae73933434b4c4fd0689898407fd4f9058.tar.bz2 pyramid-fd685bae73933434b4c4fd0689898407fd4f9058.zip | |
fixed git ref
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 6 |
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')) |
