Skip to content

Commit b9dde97

Browse files
authored
uses odoc theme for the documentation (#1207)
The default odig theme doesn't look as good as odoc theme, that's why we change it.
1 parent 6ccd3cd commit b9dde97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bapdoc.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ let generate () =
205205
Out_channel.close out;
206206
let pkgs = remove_unresolved packages |> String.concat ~sep:" " in
207207
run
208-
{|odig odoc --index-title="BAP API" --no-tag-index --index-intro=%s %s|}
208+
{|odig odoc --odoc-theme=odoc.default --index-title="BAP API" --no-tag-index --index-intro=%s %s|}
209209
intro pkgs;
210210
run @@ "ln -s $(odig cache path)/html odoc";
211211
Sys.remove intro

0 commit comments

Comments
 (0)