Skip to content

Commit 04f9b2f

Browse files
committed
Fix doc deployment
1 parent 49a5461 commit 04f9b2f

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
@@ -3,7 +3,7 @@ using Documenter, Query
33
makedocs(
44
modules = [Query],
55
sitename = "Query.jl",
6-
format=HTML(analytics="UA-132838790-1"),
6+
format=Documenter.HTML(analytics="UA-132838790-1"),
77
pages = [
88
"Introduction" => "index.md",
99
"Getting Started" => "gettingstarted.md",

0 commit comments

Comments
 (0)