Blaise Laflamme
2011-11-27 f460fb5ae324126ae1364dfefa0edd99a62428ba
fixed git ref
1 files modified
6 ■■■■ changed files
docs/conf.py 6 ●●●● patch | view | raw | blame | history
docs/conf.py
@@ -149,12 +149,12 @@
_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'))