summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2011-11-26 21:14:53 -0500
committerBlaise Laflamme <blaise@laflamme.org>2011-11-26 21:14:53 -0500
commit9016fe3416407481176df2360335affc15d6255c (patch)
treec7bf07cfcf328655263d6794071841364710a100 /docs/conf.py
parentecf932c51b8f279199c68fc4925a2cdd0b0671a7 (diff)
downloadpyramid-9016fe3416407481176df2360335affc15d6255c.tar.gz
pyramid-9016fe3416407481176df2360335affc15d6255c.tar.bz2
pyramid-9016fe3416407481176df2360335affc15d6255c.zip
garden
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 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)