summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2011-11-26 21:16:41 -0500
committerBlaise Laflamme <blaise@laflamme.org>2011-11-26 21:16:41 -0500
commit6a10cd1156095bec367d89d8c13b6a11a5f8c254 (patch)
treed32954707fa90aa4e1d3f19a10e9138d94779f24 /docs/conf.py
parent9016fe3416407481176df2360335affc15d6255c (diff)
downloadpyramid-6a10cd1156095bec367d89d8c13b6a11a5f8c254.tar.gz
pyramid-6a10cd1156095bec367d89d8c13b6a11a5f8c254.tar.bz2
pyramid-6a10cd1156095bec367d89d8c13b6a11a5f8c254.zip
garden… time for me to get some rest I think :(
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 97294d245..f751c32e6 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=PIPE)
+ p = 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)