Module Odoc_html__Reason

val compilation_unit : ?⁠theme_uri:Odoc_html.Tree.uri -> Odoc_model.Lang.Compilation_unit.t -> Odoc_html.Tree.t
val page : ?⁠theme_uri:Odoc_html.Tree.uri -> Odoc_model.Lang.Page.t -> Odoc_html.Tree.t

Convert compilation unit or page models into HTML trees.

Optionally theme_uri can be provided to locate custom theme files. The HTML output directory will be used by default.