Skip to content

Commit

Permalink
[DOCS] Switch doc build to use direct_html flag (elastic#15159) (elas…
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Jan 8, 2020
1 parent e92a2b4 commit bf85cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ do
params="$params --resource=${resource_dir}"
fi

$docs_dir/build_docs --respect_edit_url_overrides $params --doc "$index" --out "$dest_dir"
$docs_dir/build_docs --direct_html --respect_edit_url_overrides $params --doc "$index" --out "$dest_dir"
done

0 comments on commit bf85cf5

Please sign in to comment.