From 9016fe3416407481176df2360335affc15d6255c Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sat, 26 Nov 2011 21:14:53 -0500 Subject: garden --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 39b6e7a04..97294d245 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ os.chdir(parent) os.system('%s setup.py test -q' % sys.executable) if rtd: from subprocess import Popen, PIPE - p = subprocess.Popen('which git', shell=True, stdout=subprocess.PIPE) + p = subprocess.Popen('which git', shell=True, stdout=PIPE) git = p.stdout.read().strip() os.system('rm -Rf docs/_themes; {0} submodule update --init'.format(git)) os.chdir(wd) -- cgit v1.2.3