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 c581d4e commit 17b20baCopy full SHA for 17b20ba
src/driver/odoc.ml
@@ -167,7 +167,7 @@ let html_generate_asset ~output_dir ?(ignore_output = false) ~input_file:file
167
~asset_path () =
168
let open Cmd in
169
let cmd =
170
- !odoc % "html-generate-asset" % p file % "-o" % output_dir % "--asset-path"
+ !odoc % "html-generate-asset" % "-o" % output_dir % "--asset-unit" % p file
171
% p asset_path
172
in
173
let desc = Printf.sprintf "Copying asset %s" (Fpath.to_string file) in
0 commit comments