You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by hu...@apache.org on 2020/07/18 02:00:36 UTC

[incubator-heron] branch huijunwu/20200717fixdocci updated: updatepy3

This is an automated email from the ASF dual-hosted git repository.

huijun pushed a commit to branch huijunwu/20200717fixdocci
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/huijunwu/20200717fixdocci by this push:
     new 471e5e1  updatepy3
471e5e1 is described below

commit 471e5e1f3f88dbd4dd8411d6cbbf8586629b31b8
Author: Huijun Wu <hu...@twitter.com>
AuthorDate: Fri Jul 17 19:00:08 2020 -0700

    updatepy3
---
 website2/website/scripts/python-doc-gen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/scripts/python-doc-gen.sh b/website2/website/scripts/python-doc-gen.sh
index c5934c6..40f562e 100755
--- a/website2/website/scripts/python-doc-gen.sh
+++ b/website2/website/scripts/python-doc-gen.sh
@@ -43,7 +43,7 @@ pip install --ignore-installed six
 # Install the heronpy
 echo "list heronpy location"
 ls $PIP_LOCATION
-pip install $PIP_LOCATION/heronpy-*-py2.py3-none-any.whl
+pip install $PIP_LOCATION/heronpy-*-py3-none-any.whl
 
 
 mkdir -p static/api && rm -rf static/api/python