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

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Dec 6, 2018
1 parent bb6fef1 commit 035beec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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


2 changes: 1 addition & 1 deletion docs/build_version_doc/build_all_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
set -e
set -x

# Set OPT to any Sphinx build options, like -W for "warnings as errors"
# Set OPTS to any Sphinx build options, like -W for "warnings as errors"
OPTS=

# $1 is the list of branches/tags to build
Expand Down

0 comments on commit 035beec

Please sign in to comment.