Module B00_odoc.Theme

type name = string
val odoc_default : name
val odig_default : name
val default_uri : string
val config_file : B0_std.Fpath.t
val get_user_preference : unit -> (name option, string) result
val set_user_preference : name option -> (unit, string) result
type t
val name : t -> name
val path : t -> B0_std.Fpath.t
val pp_name : t B0_std.Fmt.t
val pp : t B0_std.Fmt.t
val of_dir : B0_std.Fpath.t -> t list
val find : fallback:name option -> name -> t list -> (t, string) result
val write : B00.Memo.t -> t -> to_dir:B0_std.Fpath.t -> unit