Skip to content

Commit

Permalink
Minimal imports in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Sep 10, 2021
1 parent cc4a3a7 commit b5d7ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Documenter
using Documenter: deploydocs, HTML, makedocs
using MetaGraphsNext

makedocs(
sitename = "MetaGraphsNext.jl",
modules = [MetaGraphsNext],
doctest = true,
format = Documenter.HTML(;
format = HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
canonical = "https://juliagraphs.org/MetaGraphsNext.jl/dev/",
assets = String[],
Expand Down

0 comments on commit b5d7ea8

Please sign in to comment.