diff --git a/docs/Project.toml b/docs/Project.toml index 39303f4..dfa65cd 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,3 +1,2 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -ITensorMPS = "10ea5e1e-0ede-47d2-81e8-27a421adbc4d" diff --git a/docs/make.jl b/docs/make.jl index a7cedf8..3468de0 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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")