I can't get any proper documentation output on 4.06.1. This happens even after pinning to dune master, which has an issue which seemed to be similar to what I'm seeing.
Steps to reproduce:
- Install 4.06.1 and dune/jbuilder.
- Clone https://github.com/rizo/order.
- Run
jbuilder build @doc.
- Open
_build/default/_doc/_html/index.html
- Click on the
order package.
- Click on the
Order module.
- Click on the
Ordered interface. You should get a 404 -- this resource wasn't created.
Running on odoc itself produces similar issues -- nothing is created inside the odoc package.
(To try out pinning to dune master, you currently have to use dune as the package name and prompt opam to create it, or both dune and jbuilder will not be available.)
I can't get any proper documentation output on 4.06.1. This happens even after pinning to dune master, which has an issue which seemed to be similar to what I'm seeing.
Steps to reproduce:
jbuilder build @doc._build/default/_doc/_html/index.htmlorderpackage.Ordermodule.Orderedinterface. You should get a 404 -- this resource wasn't created.Running on
odocitself produces similar issues -- nothing is created inside the odoc package.(To try out pinning to
dunemaster, you currently have to useduneas the package name and prompt opam to create it, or bothduneandjbuilderwill not be available.)