Skip to content

Commit

Permalink
disable error checking when building old versions (apache#13725)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham authored and haohuw committed Jun 23, 2019
1 parent 9380ffe commit 980ea17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/build_version_doc/build_all_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ function checkout () {
git pull
# master gets warnings as errors for Sphinx builds
OPTS="-W"
else
OPTS=
fi
git submodule update --init --recursive
cd ..
Expand Down

0 comments on commit 980ea17

Please sign in to comment.