diff --git a/script/build_docs.sh b/script/build_docs.sh index 245b23ef7153..e116d698bf15 100755 --- a/script/build_docs.sh +++ b/script/build_docs.sh @@ -31,5 +31,5 @@ do if [ "$PREVIEW" = "1" ]; then params="--chunk=1 -open chunk=1 -open" fi - $docs_dir/build_docs $params --doc "$index" --out "$dest_dir" + $docs_dir/build_docs --asciidoctor --respect_edit_url_overrides $params --doc "$index" --out "$dest_dir" done