You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made some changes to the inline docs and reran dune build @doc, expecting it to update the generated documentation.
Actual Behavior
Sometimes it works. Sometimes the files do not get updated. Sometimes it is updated but the unchanged modules disappear from the index page.
Specifications
Version of dune (output of dune --version): 3.16.0
Version of ocaml (output of ocamlc --version): 5.2.0
Operating system (distribution and version): Ubuntu 22.04.5 LTS
Additional information
I tried disabling cache but it didn't help. Here's the output of DUNE_CACHE=disabled dune build @doc --verbose, which doesn't seem to produce much helpful information.
Expected Behavior
I made some changes to the inline docs and reran
dune build @doc
, expecting it to update the generated documentation.Actual Behavior
Sometimes it works. Sometimes the files do not get updated. Sometimes it is updated but the unchanged modules disappear from the index page.
Specifications
dune
(output ofdune --version
): 3.16.0ocaml
(output ofocamlc --version
): 5.2.0Additional information
I tried disabling cache but it didn't help. Here's the output of
DUNE_CACHE=disabled dune build @doc --verbose
, which doesn't seem to produce much helpful information.dune clean
and thendune build @doc
again works.The text was updated successfully, but these errors were encountered: