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
By "fails" I mean it doesn't generate anything (_build only contains log).
Note that this doesn't happen if I rename index.mld to e.g. test.mld. It will run successfully with the page available at _build/default/_doc/_html/hello_world/test.html.
Do you have any idea where I had messed up?
The text was updated successfully, but these errors were encountered:
I'm playing around with generating manuals via Dune (
1.0+beta20
). Suppose I have the following files in a directory:hello_world.ml
hello_world.mli
hello_world.opam
jbuild
index.mld
Running
jbuilder build @doc
fails with:By "fails" I mean it doesn't generate anything (
_build
only containslog
).Note that this doesn't happen if I rename
index.mld
to e.g.test.mld
. It will run successfully with the page available at_build/default/_doc/_html/hello_world/test.html
.Do you have any idea where I had messed up?
The text was updated successfully, but these errors were encountered: