Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add warning as error option for docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Dec 6, 2018
1 parent e63ddc6 commit 388cb7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ nightly_straight_dope_python3_multi_gpu_tests() {
nightly_tutorial_test_ubuntu_python3_gpu() {
set -ex
cd /work/mxnet/docs
export BUILD_VER=tutorial
export BUILD_VER=tutorial
export MXNET_DOCS_BUILD_MXNET=0
make html
export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
Expand Down Expand Up @@ -1137,7 +1137,7 @@ deploy_docs() {
set -ex
pushd .

make docs
make docs -W

popd
}
Expand Down Expand Up @@ -1193,5 +1193,3 @@ EOF
declare -F | cut -d' ' -f3
echo
fi


0 comments on commit 388cb7f

Please sign in to comment.