diff options
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) |
