@@ -2,23 +2,23 @@ using UnallocatedArrays: UnallocatedArrays
22using Documenter: Documenter, DocMeta, deploydocs, makedocs
33
44DocMeta. setdocmeta! (
5- UnallocatedArrays, :DocTestSetup , :(using UnallocatedArrays); recursive= true
5+ UnallocatedArrays, :DocTestSetup , :(using UnallocatedArrays); recursive = true
66)
77
88include (" make_index.jl" )
99
1010makedocs (;
11- modules= [UnallocatedArrays],
12- authors= " ITensor developers <support@itensor.org> and contributors" ,
13- sitename= " UnallocatedArrays.jl" ,
14- format= Documenter. HTML (;
15- canonical= " https://itensor.github.io/UnallocatedArrays.jl" ,
16- edit_link= " main" ,
17- assets= [" assets/favicon.ico" , " assets/extras.css" ],
18- ),
19- pages= [" Home" => " index.md" , " Reference" => " reference.md" ],
11+ modules = [UnallocatedArrays],
12+ authors = " ITensor developers <support@itensor.org> and contributors" ,
13+ sitename = " UnallocatedArrays.jl" ,
14+ format = Documenter. HTML (;
15+ canonical = " https://itensor.github.io/UnallocatedArrays.jl" ,
16+ edit_link = " main" ,
17+ assets = [" assets/favicon.ico" , " assets/extras.css" ],
18+ ),
19+ pages = [" Home" => " index.md" , " Reference" => " reference.md" ],
2020)
2121
2222deploydocs (;
23- repo= " github.com/ITensor/UnallocatedArrays.jl" , devbranch= " main" , push_preview= true
23+ repo = " github.com/ITensor/UnallocatedArrays.jl" , devbranch = " main" , push_preview = true
2424)
0 commit comments