We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d371ee commit 79ff014Copy full SHA for 79ff014
docs/make.jl
@@ -13,7 +13,7 @@ makedocs(;
13
canonical="https://ITensor.github.io/ITensors.jl", edit_link="main", assets=String[]
14
),
15
pages=["Home" => "index.md"],
16
- warnonly=Documenter.except(:missing_docs),
+ warnonly=true,
17
)
18
19
deploydocs(; repo="github.com/ITensor/ITensors.jl", devbranch="main", push_preview=true)
0 commit comments