diff --git a/Project.toml b/Project.toml index 463d9d35..571fed60 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorDocsNext" uuid = "701fd796-f527-45da-9a53-2681c1a90c45" -version = "0.1.18" +version = "0.1.19" authors = ["ITensor developers and contributors"] [workspace] diff --git a/docs/make.jl b/docs/make.jl index 201ae9b8..1f2e3d7c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -67,7 +67,7 @@ docs = [ ), MultiDocumenter.DropdownNav( "Developer Tools", - itensor_multidocref.(["ITensorPkgSkeleton", "ITensorFormatter"]) + itensor_multidocref.(["ITensorFormatter", "ITensorPkgSkeleton"]) ), ]