We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab00698 commit 40f1040Copy full SHA for 40f1040
1 file changed
docs/make.jl
@@ -23,6 +23,7 @@ Documenter.makedocs(;
23
sitename="ITensor ecosystem docs",
24
modules=[ITensorDocs],
25
warnonly=true,
26
+ format=Documenter.HTML(; assets=["assets/favicon.ico"]),
27
pages=["index.md"],
28
)
29
0 commit comments