diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2011-11-26 21:14:53 -0500 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2011-11-26 21:14:53 -0500 |
| commit | 9016fe3416407481176df2360335affc15d6255c (patch) | |
| tree | c7bf07cfcf328655263d6794071841364710a100 /docs | |
| parent | ecf932c51b8f279199c68fc4925a2cdd0b0671a7 (diff) | |
| download | pyramid-9016fe3416407481176df2360335affc15d6255c.tar.gz pyramid-9016fe3416407481176df2360335affc15d6255c.tar.bz2 pyramid-9016fe3416407481176df2360335affc15d6255c.zip | |
garden
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
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) |
