diff options
author | Jason Wray <jason@mapbox.com> | 2017-10-10 11:45:12 -0700 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-10-10 11:45:12 -0700 |
commit | 50ee8daca1cfc7288bcc39ba962a2af6118e174b (patch) | |
tree | c0a2712d368d623101c1c86f28d6594618dbc454 | |
parent | 16aa29f47597422a83dbbce6c9626a06fa584cf3 (diff) | |
download | qtlocation-mapboxgl-50ee8daca1cfc7288bcc39ba962a2af6118e174b.tar.gz |
[ios, build] Don't include docs for auto-installed jazzy
-rwxr-xr-x | platform/ios/scripts/document.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh index 170debb625..57b596a4b9 100755 --- a/platform/ios/scripts/document.sh +++ b/platform/ios/scripts/document.sh @@ -6,7 +6,7 @@ set -u if [ -z `which jazzy` ]; then echo "Installing jazzy…" - gem install jazzy + gem install jazzy --no-rdoc --no-ri if [ -z `which jazzy` ]; then echo "Unable to install jazzy. See https://github.com/mapbox/mapbox-gl-native/blob/master/platform/ios/INSTALL.md" exit 1 |