You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by lx...@apache.org on 2017/08/01 14:36:12 UTC

[incubator-mxnet-test] 24/28: Fix

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

lxn2 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-test.git

commit db125c471fa9f545a9b3253568afe4f8eb7e1236
Author: Wang <wa...@9801a7a9c287.ant.amazon.com>
AuthorDate: Fri Jul 28 10:53:37 2017 -0700

    Fix
---
 docs/build_version_doc/build_doc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/build_version_doc/build_doc.sh b/docs/build_version_doc/build_doc.sh
index 9b8f05b..9881f52 100755
--- a/docs/build_version_doc/build_doc.sh
+++ b/docs/build_version_doc/build_doc.sh
@@ -35,7 +35,7 @@ then
     echo -e "$latest_tag\n$(cat $tag_list_file)" > "$tag_list_file"
     cat $tag_list_file
     cd "docs/build_version_doc"
-    python AddVersion.py --file_path "$mxnet_folder/docs/_build/html/"
+    python AddVersion.py --file_path "$../_build/html/"
     cd ../..
     cp -a "docs/_build/html/." "$local_build"
     cp $tag_list_file "$local_build/tag.txt"
@@ -63,7 +63,7 @@ then
     cd "docs/build_version_doc"
     for (( i=0; i<=$(( $total -1 )); i++ ))
     do
-        python AddVersion.py --file_path "$web_folder/versions/${tag_list[$i]}" \
+        python AddVersion.py --file_path "../../$web_folder/versions/${tag_list[$i]}" \
                              --current_version "${tag_list[$i]}"
     done
 fi

-- 
To stop receiving notification emails like this one, please contact
"commits@mxnet.apache.org" <co...@mxnet.apache.org>.