We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a22cf4 commit 6039b90Copy full SHA for 6039b90
docs/Project.toml
@@ -1,2 +1,6 @@
1
[deps]
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
+FoldingTrees = "1eca21be-9b9b-4ed8-839a-6d8ae26b1781"
4
+
5
+[compat]
6
+Documenter = "1"
docs/make.jl
@@ -1,15 +1,14 @@
-using Documenter, FoldingTrees
+using Documenter
+using FoldingTrees
makedocs(;
+ sitename="FoldingTrees.jl",
modules=[FoldingTrees],
7
format=Documenter.HTML(),
8
pages=[
9
"Home" => "index.md",
10
],
- repo="https://github.com/JuliaCollections/FoldingTrees.jl/blob/{commit}{path}#L{line}",
- sitename="FoldingTrees.jl",
11
authors="Tim Holy <[email protected]>",
12
- assets=String[],
13
)
14
15
deploydocs(;
0 commit comments