Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 6, 2024
1 parent 91db2f9 commit 896d9ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ITensorMPS = "10ea5e1e-0ede-47d2-81e8-27a421adbc4d"
23 changes: 8 additions & 15 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,13 @@ using Documenter
DocMeta.setdocmeta!(ITensorMPS, :DocTestSetup, :(using ITensorMPS); recursive=true)

makedocs(;
modules=[ITensorMPS],
authors="ITensor developers",
sitename="ITensorMPS.jl",
format=Documenter.HTML(;
canonical="https://ITensor.github.io/ITensorMPS.jl",
edit_link="main",
assets=String[],
),
pages=[
"Home" => "index.md",
],
modules=[ITensorMPS],
authors="ITensor developers",
sitename="ITensorMPS.jl",
format=Documenter.HTML(;
canonical="https://ITensor.github.io/ITensorMPS.jl", edit_link="main", assets=String[]
),
pages=["Home" => "index.md"],
)

deploydocs(;
repo="github.com/ITensor/ITensorMPS.jl",
devbranch="main",
)
deploydocs(; repo="github.com/ITensor/ITensorMPS.jl", devbranch="main")

0 comments on commit 896d9ca

Please sign in to comment.