Skip to content

Commit 1907bd9

Browse files
committed
fix makedocs args
1 parent 3daebba commit 1907bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Documenter, GraphicalModelLearning
22

33
makedocs(
44
modules = [GraphicalModelLearning],
5-
format = :html,
5+
format = Documenter.HTML(),
66
sitename = "GraphicalModelLearning",
77
authors = "Carleton Coffrin, Andrey Y. Lokhov, Sidhant Misra, Marc Vuffray, and contributors.",
88
pages = [

0 commit comments

Comments
 (0)