We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccd3cd commit b9dde97Copy full SHA for b9dde97
tools/bapdoc.ml
@@ -205,7 +205,7 @@ let generate () =
205
Out_channel.close out;
206
let pkgs = remove_unresolved packages |> String.concat ~sep:" " in
207
run
208
- {|odig odoc --index-title="BAP API" --no-tag-index --index-intro=%s %s|}
+ {|odig odoc --odoc-theme=odoc.default --index-title="BAP API" --no-tag-index --index-intro=%s %s|}
209
intro pkgs;
210
run @@ "ln -s $(odig cache path)/html odoc";
211
Sys.remove intro
0 commit comments