Skip to content

Commit 6af13a2

Browse files
authored
Fix make.jl
1 parent ae73ef4 commit 6af13a2

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
@@ -4,7 +4,7 @@ import Graphs
44

55
makedocs(
66
modules = [GraphsMatching],
7-
format = :html,
7+
format = Documenter.HTML(),
88
sitename = "GraphsMatching",
99
pages = Any[
1010
"Getting started" => "index.md",

0 commit comments

Comments
 (0)