We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7d9761 + b5d7ea8 commit 1e48015Copy full SHA for 1e48015
docs/make.jl
@@ -1,11 +1,11 @@
1
-using Documenter: deploydocs, makedocs
+using Documenter: deploydocs, HTML, makedocs
2
using MetaGraphsNext
3
4
makedocs(
5
sitename = "MetaGraphsNext.jl",
6
modules = [MetaGraphsNext],
7
doctest = true,
8
- format = Documenter.HTML(;
+ format = HTML(;
9
prettyurls = get(ENV, "CI", "false") == "true",
10
canonical = "https://juliagraphs.org/MetaGraphsNext.jl/dev/",
11
assets = String[],
0 commit comments