Skip to content

Commit

Permalink
Switch over local build to use asciidoctor (#13772) (#13833)
Browse files Browse the repository at this point in the history
* Switch over local build to use asciidoctor

* Add respect_edit_url_overrides flag
  • Loading branch information
dedemorton authored Sep 27, 2019
1 parent 2366e72 commit 35f2524
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 @@ -37,5 +37,5 @@ do
params="$params --resource=${resource_dir}"
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

0 comments on commit 35f2524

Please sign in to comment.