Skip to content

Commit b5d7ea8

Browse files
committed
Minimal imports in docs
1 parent cc4a3a7 commit b5d7ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
using Documenter
1+
using Documenter: deploydocs, HTML, makedocs
22
using MetaGraphsNext
33

44
makedocs(
55
sitename = "MetaGraphsNext.jl",
66
modules = [MetaGraphsNext],
77
doctest = true,
8-
format = Documenter.HTML(;
8+
format = HTML(;
99
prettyurls = get(ENV, "CI", "false") == "true",
1010
canonical = "https://juliagraphs.org/MetaGraphsNext.jl/dev/",
1111
assets = String[],

0 commit comments

Comments
 (0)