diff --git a/build.sh b/build.sh index 87329f3..3d3d6a7 100755 --- a/build.sh +++ b/build.sh @@ -43,7 +43,7 @@ for target in "${targets[@]}"; do --document-hidden-items \ --html-before-content=$root/before.html \ --extend-css=$root/style.css \ - --cap-lints=warn" + --cap-lints=allow" ./x doc library --target "$target" --stage 1