My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge commit 'fefdc6d5327e1a1ae89cc07bbd86942af7c3f5aa'

+2 -2
+2 -2
odoc-dot-extension/src/dot_extension.ml
··· 15 15 *) 16 16 17 17 module Api = Odoc_extension_api 18 - module Block = Odoc_document.Types.Block 19 - module Inline = Odoc_document.Types.Inline 18 + module Block = Api.Block 19 + module Inline = Api.Inline 20 20 21 21 (** The Viz.js library URL for client-side rendering *) 22 22 let viz_js_url = "https://unpkg.com/viz.js@2.1.2/viz.js"