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

Commit

Permalink
disable error checking when building old versions (#13725)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham authored Jan 2, 2019
1 parent bff0fdc commit a38278d
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 a38278d

Please sign in to comment.