roywei edited a comment on issue #15642: Website installation issue URL: https://github.com/apache/incubator-mxnet/issues/15642#issuecomment-515515759 Two steps are used during website build: 1. build_all_versions.sh 2. update_all_versions.sh Reference: https://cwiki.apache.org/confluence/display/MXNET/Production+Website+Build+Pipeline Current findings, 'pip install mxnet==1.4.0' is wrongly injected into the installation page by update_all_versions. It would appear event if we remove all appearance of such text, so it injected by checking out old release branches (1.4.x, 1.5.x). However, website doc versions should be independent of installation page instructions. Installation instructions should always follow the latest master's install/index.md file. Should not be impacted by any version injection.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
