Skip to content

Commit 882f0c5

Browse files
committed
bump version, try to fix docs build
1 parent ff1e159 commit 882f0c5

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TensorKit"
22
uuid = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
33
authors = ["Jutho Haegeman"]
4-
version = "0.0.2"
4+
version = "0.0.3"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

docs/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
4-
[compat]
5-
Documenter = "~0.20"

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using TensorKit
44
makedocs(modules=[TensorKit],
55
sitename="TensorKit.jl",
66
authors = "Jutho Haegeman",
7-
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
7+
format = Documenter.HTML(; prettyurls = get(ENV, "CI", nothing) == "true"),
88
pages = [
99
"Home" => "index.md",
1010
"Manual" => ["man/intro.md", "man/spaces.md", "man/sectors.md", "man/tensors.md"],

0 commit comments

Comments
 (0)